Abstract 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 |
---|---|
![]() |
Container for placeholder values |
Key to which to capture content
Whether or not we're already capturing for this given container
What type of capture (overwrite (set), append, prepend) to use
What string to use as the indentation of output, this will typically be spaces. Eg: ' '
What text to append the placeholder with when rendering
What text to prefix the placeholder with when rendering
What string to use between individual items in the placeholder when rendering
End content capture
Start capturing content to push into placeholder
Retrieve indentation
Get keys
Retrieve postfix
Retrieve prefix
Retrieve separator
Retrieve container value
If single element registered, returns that element; otherwise, serializes to array.
Retrieve whitespace representation of $indent
Next Index
as defined by the PHP manual
Constructor - This is needed so that we can attach a class member as the ArrayObject container
Prepend a value to the top of the container
Set a single value
Set the indentation string for __toString() serialization, optionally, if a number is passed, it will be the number of spaces
Set postfix for __toString() serialization
Set prefix for __toString() serialization
Set separator for __toString() serialization
Used to implode elements in container
Render the placeholder
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 )
Whether or not to append contents to placeholder
Whether or not to prepend contents to placeholder
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