Public Member Functions | |
__construct () | |
getRegistry () | |
setRegistry (Zend_View_Helper_Placeholder_Registry $registry) | |
setAutoEscape ($autoEscape=true) | |
getAutoEscape () | |
setContainer (Zend_View_Helper_Placeholder_Container_Abstract $container) | |
getContainer () | |
__set ($key, $value) | |
__get ($key) | |
__isset ($key) | |
__unset ($key) | |
__call ($method, $args) | |
toString () | |
__toString () | |
count () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
getIterator () | |
Protected Member Functions | |
_escape ($string) | |
Protected Attributes | |
$_container | |
$_registry | |
$_regKey | |
$_autoEscape = true |
Definition at line 37 of file Standalone.php.
__construct | ( | ) |
Constructor
Reimplemented in Zend_View_Helper_HeadLink, Zend_View_Helper_HeadMeta, Zend_View_Helper_HeadScript, and Zend_View_Helper_HeadStyle.
Definition at line 67 of file Standalone.php.
__call | ( | $ | method, |
$ | args | ||
) |
Overload
Proxy to container methods
string | $method | |
array | $args |
Reimplemented in Zend_View_Helper_HeadLink, Zend_View_Helper_HeadMeta, Zend_View_Helper_HeadScript, and Zend_View_Helper_HeadStyle.
Definition at line 221 of file Standalone.php.
__get | ( | $ | key ) |
Overloading: retrieve property
string | $key |
Definition at line 176 of file Standalone.php.
__isset | ( | $ | key ) |
Overloading: check if property is set
string | $key |
Definition at line 192 of file Standalone.php.
__set | ( | $ | key, |
$ | value | ||
) |
Overloading: set property value
string | $key | |
mixed | $value |
Definition at line 164 of file Standalone.php.
__toString | ( | ) |
__unset | ( | $ | key ) |
Overloading: unset property
string | $key |
Definition at line 204 of file Standalone.php.
_escape | ( | $ | string ) | [protected] |
Escape a string
string | $string |
Definition at line 123 of file Standalone.php.
count | ( | ) |
getAutoEscape | ( | ) |
Return whether autoEscaping is enabled or disabled
return bool
Definition at line 112 of file Standalone.php.
getContainer | ( | ) |
Retrieve placeholder container
Definition at line 152 of file Standalone.php.
getIterator | ( | ) |
getRegistry | ( | ) |
Retrieve registry
Definition at line 78 of file Standalone.php.
offsetExists | ( | $ | offset ) |
ArrayAccess: offsetExists
string | int | $offset |
Definition at line 274 of file Standalone.php.
offsetGet | ( | $ | offset ) |
ArrayAccess: offsetGet
string | int | $offset |
Definition at line 285 of file Standalone.php.
offsetSet | ( | $ | offset, |
$ | value | ||
) |
ArrayAccess: offsetSet
string | int | $offset | |
mixed | $value |
Reimplemented in Zend_View_Helper_HeadLink, Zend_View_Helper_HeadMeta, Zend_View_Helper_HeadScript, and Zend_View_Helper_HeadStyle.
Definition at line 297 of file Standalone.php.
offsetUnset | ( | $ | offset ) |
ArrayAccess: offsetUnset
string | int | $offset |
Reimplemented in Zend_View_Helper_HeadMeta.
Definition at line 308 of file Standalone.php.
setAutoEscape | ( | $ | autoEscape = true ) |
Set whether or not auto escaping should be used
bool | $autoEscape | whether or not to auto escape output |
Definition at line 101 of file Standalone.php.
setContainer | ( | Zend_View_Helper_Placeholder_Container_Abstract $ | container ) |
Set container on which to operate
Zend_View_Helper_Placeholder_Container_Abstract | $container |
Definition at line 141 of file Standalone.php.
setRegistry | ( | Zend_View_Helper_Placeholder_Registry $ | registry ) |
Set registry object
Zend_View_Helper_Placeholder_Registry | $registry |
Definition at line 89 of file Standalone.php.
toString | ( | ) |