Abstract Class Zend_View_Helper_Placeholder_Container_Standalone

Description

Implements interfaces:

  • IteratorAggregate (internal interface)
  • Countable (internal interface)
  • ArrayAccess (internal interface)

Base class for targetted placeholder helpers

Located in /View/Helper/Placeholder/Container/Standalone.php (line 37)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_Placeholder_Container_Standalone
Direct descendents
Class Description
 class Zend_View_Helper_HeadScript Helper for setting and retrieving script elements for HTML head section
 class Zend_View_Helper_HeadTitle Helper for setting and retrieving title element for HTML head
 class Zend_View_Helper_HeadLink Zend_Layout_View_Helper_HeadLink
 class Zend_View_Helper_HeadStyle Helper for setting and retrieving stylesheets
 class Zend_View_Helper_HeadMeta Zend_Layout_View_Helper_HeadMeta
Variable Summary
Method Summary
 void __construct ()
 int count ()
 void getAutoEscape ()
 Iterator getIterator ()
 bool offsetExists (string|int $offset)
 mixed offsetGet (string|int $offset)
 void offsetSet (string|int $offset, mixed $value)
 void offsetUnset (string|int $offset)
 string toString ()
 string _escape (string $string)
 mixed __call (string $method, array $args)
 mixed __get (string $key)
 bool __isset (string $key)
 void __set (string $key, mixed $value)
 string __toString ()
 void __unset (string $key)
Variables
book $_autoEscape = true (line 60)

Flag wheter to automatically escape output, must also be

enforced in the child class if __toString/toString is overriden

  • access: protected
  • access: protected
  • access: protected
string $_regKey (line 53)

Registry key under which container registers itself

  • access: protected

Redefined in descendants as:

Inherited Variables

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
Constructor __construct (line 67)

Constructor

  • access: public
void __construct ()

Redefined in descendants as:
count (line 264)

Countable

  • access: public
int count ()

Implementation of:
Countable::count
getAutoEscape (line 112)

Return whether autoEscaping is enabled or disabled

return bool

  • access: public
void getAutoEscape ()
getContainer (line 152)

Retrieve placeholder container

  • access: public
getIterator (line 320)

IteratorAggregate: get Iterator

  • access: public
Iterator getIterator ()

Implementation of:
IteratorAggregate::getIterator
getRegistry (line 78)

Retrieve registry

  • access: public
offsetExists (line 276)

ArrayAccess: offsetExists

  • access: public
bool offsetExists (string|int $offset)
  • string|int $offset

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 287)

ArrayAccess: offsetGet

  • access: public
mixed offsetGet (string|int $offset)
  • string|int $offset

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 299)

ArrayAccess: offsetSet

  • access: public
void offsetSet (string|int $offset, mixed $value)
  • string|int $offset
  • mixed $value

Implementation of:
ArrayAccess::offsetSet

Redefined in descendants as:
offsetUnset (line 310)

ArrayAccess: offsetUnset

  • access: public
void offsetUnset (string|int $offset)
  • string|int $offset

Implementation of:
ArrayAccess::offsetUnset

Redefined in descendants as:
setAutoEscape (line 101)

Set whether or not auto escaping should be used

  • access: public
Zend_View_Helper_Placeholder_Container_Standalone setAutoEscape ([bool $autoEscape = true])
  • bool $autoEscape: whether or not to auto escape output
setContainer (line 141)

Set container on which to operate

  • access: public
setRegistry (line 89)

Set registry object

  • access: public
toString (line 244)

String representation

  • access: public
string toString ()

Redefined in descendants as:
_escape (line 123)

Escape a string

  • access: protected
string _escape (string $string)
  • string $string
__call (line 221)

Overload

Proxy to container methods

  • access: public
mixed __call (string $method, array $args)
  • string $method
  • array $args

Redefined in descendants as:
__get (line 176)

Overloading: retrieve property

  • access: public
mixed __get (string $key)
  • string $key
__isset (line 192)

Overloading: check if property is set

  • access: public
bool __isset (string $key)
  • string $key
__set (line 164)

Overloading: set property value

  • access: public
void __set (string $key, mixed $value)
  • string $key
  • mixed $value
__toString (line 254)

Cast to string representation

  • access: public
string __toString ()
__unset (line 204)

Overloading: unset property

  • access: public
void __unset (string $key)
  • string $key

Inherited Methods

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()

Documentation generated on Mon, 21 Jun 2010 15:46:28 -0400 by phpDocumentor 1.4.3