Zend_View_Helper_Placeholder_Container_AbstractAbstract class representing container for placeholder values
Located in /View/Helper/Placeholder/Container/Abstract.php (line 31)
ArrayObject | --Zend_View_Helper_Placeholder_Container_Abstract
| Class | Description |
|---|---|
Zend_View_Helper_Placeholder_Container
|
Container for placeholder values |
void
captureStart
([int $type = Zend_View_Helper_Placeholder_Container_Abstract::APPEND], [ $key = null])
string
$_captureKey
(line 91)
Key to which to capture content
bool
$_captureLock
= false (line 79)
Whether or not we're already capturing for this given container
string
$_captureType
(line 85)
What type of capture (overwrite (set), append, prepend) to use
string
$_indent
= '' (line 73)
What string to use as the indentation of output, this will typically be spaces. Eg: ' '
string
$_postfix
= '' (line 61)
What text to append the placeholder with when rendering
string
$_prefix
= '' (line 55)
What text to prefix the placeholder with when rendering
string
$_separator
= '' (line 67)
What string to use between individual items in the placeholder when rendering
captureEnd (line 281)
End content capture
captureStart (line 259)
Start capturing content to push into placeholder
getIndent (line 232)
Retrieve indentation
getKeys (line 327)
Get keys
getPostfix (line 185)
Retrieve postfix
getPrefix (line 163)
Retrieve prefix
getSeparator (line 209)
Retrieve separator
getValue (line 135)
Retrieve container value
If single element registered, returns that element; otherwise, serializes to array.
getWhitespace (line 243)
Retrieve whitespace representation of $indent
nextIndex (line 339)
Next Index
as defined by the PHP manual
Constructor __construct (line 98)
Constructor - This is needed so that we can attach a class member as the ArrayObject container
prepend (line 120)
Prepend a value to the top of the container
set (line 109)
Set a single value
setIndent (line 221)
Set the indentation string for __toString() serialization, optionally, if a number is passed, it will be the number of spaces
setPostfix (line 174)
Set postfix for __toString() serialization
setPrefix (line 152)
Set prefix for __toString() serialization
setSeparator (line 198)
Set separator for __toString() serialization
Used to implode elements in container
toString (line 354)
Render the placeholder
__toString (line 374)
Serialize object to string
Inherited From ArrayObject (Internal Class)
constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
APPEND
= 'APPEND'
(line 43)
Whether or not to append contents to placeholder
PREPEND
= 'PREPEND'
(line 49)
Whether or not to prepend contents to placeholder
SET
= 'SET'
(line 37)
Whether or not to override all contents of placeholder
Inherited from ArrayObject (Internal Class)
ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1
Documentation generated on Mon, 21 Jun 2010 15:04:48 -0400 by phpDocumentor 1.4.3