Public Member Functions | Protected Member Functions | Protected Attributes

Zend_View_Helper_Placeholder_Container_Standalone Class Reference

Inheritance diagram for Zend_View_Helper_Placeholder_Container_Standalone:
Zend_View_Helper_Abstract Zend_View_Helper_Interface Zend_View_Helper_HeadLink Zend_View_Helper_HeadMeta Zend_View_Helper_HeadScript Zend_View_Helper_HeadStyle Zend_View_Helper_HeadTitle Zend_View_Helper_InlineScript

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

Detailed Description

Definition at line 37 of file Standalone.php.


Constructor & Destructor Documentation

__construct (  )

Constructor

Returns:
void

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.


Member Function Documentation

__call ( method,
args 
)

Overload

Proxy to container methods

Parameters:
string$method
array$args
Returns:
mixed

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

Parameters:
string$key
Returns:
mixed

Definition at line 176 of file Standalone.php.

__isset ( key )

Overloading: check if property is set

Parameters:
string$key
Returns:
bool

Definition at line 192 of file Standalone.php.

__set ( key,
value 
)

Overloading: set property value

Parameters:
string$key
mixed$value
Returns:
void

Definition at line 164 of file Standalone.php.

__toString (  )

Cast to string representation

Returns:
string

Definition at line 252 of file Standalone.php.

__unset ( key )

Overloading: unset property

Parameters:
string$key
Returns:
void

Definition at line 204 of file Standalone.php.

_escape ( string ) [protected]

Escape a string

Parameters:
string$string
Returns:
string

Definition at line 123 of file Standalone.php.

count (  )

Countable

Returns:
int

Definition at line 262 of file Standalone.php.

getAutoEscape (  )

Return whether autoEscaping is enabled or disabled

return bool

Definition at line 112 of file Standalone.php.

getContainer (  )

Retrieve placeholder container

Returns:
Zend_View_Helper_Placeholder_Container_Abstract

Definition at line 152 of file Standalone.php.

getIterator (  )

IteratorAggregate: get Iterator

Returns:
Iterator

Definition at line 318 of file Standalone.php.

getRegistry (  )

Retrieve registry

Returns:
Zend_View_Helper_Placeholder_Registry

Definition at line 78 of file Standalone.php.

offsetExists ( offset )

ArrayAccess: offsetExists

Parameters:
string | int$offset
Returns:
bool

Definition at line 274 of file Standalone.php.

offsetGet ( offset )

ArrayAccess: offsetGet

Parameters:
string | int$offset
Returns:
mixed

Definition at line 285 of file Standalone.php.

offsetSet ( offset,
value 
)

ArrayAccess: offsetSet

Parameters:
string | int$offset
mixed$value
Returns:
void

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

Parameters:
string | int$offset
Returns:
void

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

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

Definition at line 101 of file Standalone.php.

setContainer ( Zend_View_Helper_Placeholder_Container_Abstract container )

Set container on which to operate

Parameters:
Zend_View_Helper_Placeholder_Container_Abstract$container
Returns:
Zend_View_Helper_Placeholder_Container_Standalone

Definition at line 141 of file Standalone.php.

setRegistry ( Zend_View_Helper_Placeholder_Registry registry )

Set registry object

Parameters:
Zend_View_Helper_Placeholder_Registry$registry
Returns:
Zend_View_Helper_Placeholder_Container_Standalone

Definition at line 89 of file Standalone.php.

toString (  )

String representation

Returns:
string

Definition at line 242 of file Standalone.php.


The documentation for this class was generated from the following file: