Zend Framework
1.12
|
Additional Inherited Members | |
![]() | |
__construct () | |
Constructor - This is needed so that we can attach a class member as the ArrayObject container. | |
set ($value) | |
Set a single value. | |
prepend ($value) | |
Prepend a value to the top of the container. | |
getValue () | |
Retrieve container value. | |
setPrefix ($prefix) | |
Set prefix for __toString() serialization. | |
getPrefix () | |
Retrieve prefix. | |
setPostfix ($postfix) | |
Set postfix for __toString() serialization. | |
getPostfix () | |
Retrieve postfix. | |
setSeparator ($separator) | |
Set separator for __toString() serialization. | |
getSeparator () | |
Retrieve separator. | |
setIndent ($indent) | |
Set the indentation string for __toString() serialization, optionally, if a number is passed, it will be the number of spaces. | |
getIndent () | |
Retrieve indentation. | |
getWhitespace ($indent) | |
Retrieve whitespace representation of $indent. | |
captureStart ($type=Zend_View_Helper_Placeholder_Container_Abstract::APPEND, $key=null) | |
Start capturing content to push into placeholder. | |
captureEnd () | |
End content capture. | |
getKeys () | |
Get keys. | |
nextIndex () | |
Next Index. | |
toString ($indent=null) | |
Render the placeholder. | |
__toString () | |
Serialize object to string. | |
![]() | |
const | SET = 'SET' |
Whether or not to override all contents of placeholder string. | |
const | APPEND = 'APPEND' |
Whether or not to append contents to placeholder string. | |
const | PREPEND = 'PREPEND' |
Whether or not to prepend contents to placeholder string. | |
![]() | |
$_prefix = '' | |
$_postfix = '' | |
$_separator = '' | |
$_indent = '' | |
$_captureLock = false | |
$_captureType | |
$_captureKey | |