Zend Framework  1.12
List of all members
Zend_View_Helper_Placeholder_Container Class Reference

Additional Inherited Members

- Public Member Functions inherited from Zend_View_Helper_Placeholder_Container_Abstract
 __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.
 
- Public Attributes inherited from Zend_View_Helper_Placeholder_Container_Abstract
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.
 
- Protected Attributes inherited from Zend_View_Helper_Placeholder_Container_Abstract
 $_prefix = ''
 
 $_postfix = ''
 
 $_separator = ''
 
 $_indent = ''
 
 $_captureLock = false
 
 $_captureType
 
 $_captureKey