Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_View_Helper_Placeholder_Container_Standalone Class Reference

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.
 
- Public Member Functions inherited from Zend_View_Helper_Abstract
 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

- Public Attributes inherited from Zend_View_Helper_Abstract
 $view = null
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Returns
void

Member Function Documentation

__call (   $method,
  $args 
)

Overload.

Proxy to container methods

Parameters
string$method
array$args
Returns
mixed
__get (   $key)

Overloading: retrieve property.

Parameters
string$key
Returns
mixed
__isset (   $key)

Overloading: check if property is set.

Parameters
string$key
Returns
bool
__set (   $key,
  $value 
)

Overloading: set property value.

Parameters
string$key
mixed$value
Returns
void
__toString ( )

Cast to string representation.

Returns
string
__unset (   $key)

Overloading: unset property.

Parameters
string$key
Returns
void
_escape (   $string)
protected

Escape a string.

Parameters
string$string
Returns
string
count ( )

Countable.

Returns
int
getAutoEscape ( )

Return whether autoEscaping is enabled or disabled.

return bool

getContainer ( )

Retrieve placeholder container.

Returns
Zend_View_Helper_Placeholder_Container_Abstract
getIterator ( )

IteratorAggregate: get Iterator.

Returns
Iterator
getRegistry ( )

Retrieve registry.

Returns
Zend_View_Helper_Placeholder_Registry
offsetExists (   $offset)

ArrayAccess: offsetExists.

Parameters
string | int$offset
Returns
bool
offsetGet (   $offset)

ArrayAccess: offsetGet.

Parameters
string | int$offset
Returns
mixed
offsetSet (   $offset,
  $value 
)

ArrayAccess: offsetSet.

Parameters
string | int$offset
mixed$value
Returns
void
offsetUnset (   $offset)

ArrayAccess: offsetUnset.

Parameters
string | int$offset
Returns
void
setAutoEscape (   $autoEscape = true)

Set whether or not auto escaping should be used.

Parameters
bool$autoEscapewhether or not to auto escape output
Returns
Zend_View_Helper_Placeholder_Container_Standalone

Set container on which to operate.

Parameters
Zend_View_Helper_Placeholder_Container_Abstract$container
Returns
Zend_View_Helper_Placeholder_Container_Standalone
setRegistry ( Zend_View_Helper_Placeholder_Registry  $registry)
toString ( )

String representation.

Returns
string

Member Data Documentation

$_autoEscape = true
protected
$_container
protected
$_registry
protected
$_regKey
protected