Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructor. | |
getRegistry () | |
Retrieve registry. | |
setRegistry (Zend_View_Helper_Placeholder_Registry $registry) | |
Set registry object. | |
setAutoEscape ($autoEscape=true) | |
Set whether or not auto escaping should be used. | |
getAutoEscape () | |
Return whether autoEscaping is enabled or disabled. | |
setContainer (Zend_View_Helper_Placeholder_Container_Abstract $container) | |
Set container on which to operate. | |
getContainer () | |
Retrieve placeholder container. | |
__set ($key, $value) | |
Overloading: set property value. | |
__get ($key) | |
Overloading: retrieve property. | |
__isset ($key) | |
Overloading: check if property is set. | |
__unset ($key) | |
Overloading: unset property. | |
__call ($method, $args) | |
Overload. | |
toString () | |
String representation. | |
__toString () | |
Cast to string representation. | |
count () | |
Countable. | |
offsetExists ($offset) | |
ArrayAccess: offsetExists. | |
offsetGet ($offset) | |
ArrayAccess: offsetGet. | |
offsetSet ($offset, $value) | |
ArrayAccess: offsetSet. | |
offsetUnset ($offset) | |
ArrayAccess: offsetUnset. | |
getIterator () | |
IteratorAggregate: get Iterator. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Protected Member Functions | |
_escape ($string) | |
Escape a string. | |
Protected Attributes | |
$_container | |
$_registry | |
$_regKey | |
$_autoEscape = true | |
Additional Inherited Members | |
![]() | |
$view = null | |
__construct | ( | ) |
Constructor.
__call | ( | $method, | |
$args | |||
) |
Overload.
Proxy to container methods
string | $method | |
array | $args |
__get | ( | $key | ) |
Overloading: retrieve property.
string | $key |
__isset | ( | $key | ) |
Overloading: check if property is set.
string | $key |
__set | ( | $key, | |
$value | |||
) |
Overloading: set property value.
string | $key | |
mixed | $value |
__toString | ( | ) |
Cast to string representation.
__unset | ( | $key | ) |
Overloading: unset property.
string | $key |
|
protected |
Escape a string.
string | $string |
count | ( | ) |
Countable.
getAutoEscape | ( | ) |
Return whether autoEscaping is enabled or disabled.
return bool
getContainer | ( | ) |
Retrieve placeholder container.
getIterator | ( | ) |
IteratorAggregate: get Iterator.
getRegistry | ( | ) |
Retrieve registry.
offsetExists | ( | $offset | ) |
ArrayAccess: offsetExists.
string | int | $offset |
offsetGet | ( | $offset | ) |
ArrayAccess: offsetGet.
string | int | $offset |
offsetSet | ( | $offset, | |
$value | |||
) |
ArrayAccess: offsetSet.
string | int | $offset | |
mixed | $value |
offsetUnset | ( | $offset | ) |
ArrayAccess: offsetUnset.
string | int | $offset |
setAutoEscape | ( | $autoEscape = true | ) |
Set whether or not auto escaping should be used.
bool | $autoEscape | whether or not to auto escape output |
setContainer | ( | Zend_View_Helper_Placeholder_Container_Abstract | $container | ) |
Set container on which to operate.
Zend_View_Helper_Placeholder_Container_Abstract | $container |
setRegistry | ( | Zend_View_Helper_Placeholder_Registry | $registry | ) |
Set registry object.
Zend_View_Helper_Placeholder_Registry | $registry |
toString | ( | ) |
String representation.
|
protected |
|
protected |
|
protected |
|
protected |