View/Helper/Placeholder/Container/Standalone.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_View  
Subpackage
Helper  
Version
$Id$  

\Zend_View_Helper_Placeholder_Container_Standalone

Package: Zend_View\Helper
Base class for targetted placeholder helpers
Implements
Parent(s)
\Zend_View_Helper_Abstract
Children
\Zend_View_Helper_HeadTitle
\Zend_View_Helper_HeadScript
\Zend_View_Helper_HeadMeta
\Zend_View_Helper_HeadLink
\Zend_View_Helper_HeadStyle
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\book $_autoEscape = true
Flag wheter to automatically escape output, must also be enforced in the child class if __toString/toString is overriden
Default valuetrueDetails
Type
\book
>VPropertyprotected\Zend_View_Helper_Placeholder_Container_Abstract $_container
>VPropertyprotectedstring $_regKey
Registry key under which container registers itself
Details
Type
string
>VPropertyprotected\Zend_View_Helper_Placeholder_Registry $_registry

Methods

methodpublic__call(string $method, array $args) : mixed

Overload

Proxy to container methods
Parameters
NameTypeDescription
$methodstring
$argsarray
Returns
TypeDescription
mixed
methodpublic__construct() : void

Constructor

methodpublic__get(string $key) : mixed

Overloading: retrieve property

Parameters
NameTypeDescription
$keystring
Returns
TypeDescription
mixed
methodpublic__isset(string $key) : bool

Overloading: check if property is set

Parameters
NameTypeDescription
$keystring
Returns
TypeDescription
bool
methodpublic__set(string $key, mixed $value) : void

Overloading: set property value

Parameters
NameTypeDescription
$keystring
$valuemixed
methodpublic__toString() : string

Cast to string representation

Returns
TypeDescription
string
methodpublic__unset(string $key) : void

Overloading: unset property

Parameters
NameTypeDescription
$keystring
methodprotected_escape(string $string) : string

Escape a string

Parameters
NameTypeDescription
$stringstring
Returns
TypeDescription
string
methodpubliccount() : int

Countable

Returns
TypeDescription
int
methodpublicgetAutoEscape() : void

Return whether autoEscaping is enabled or disabled

return bool
methodpublicgetContainer() : \Zend_View_Helper_Placeholder_Container_Abstract

Retrieve placeholder container

methodpublicgetIterator() : \Iterator

IteratorAggregate: get Iterator

Returns
TypeDescription
\Iterator
methodpublicgetRegistry() : \Zend_View_Helper_Placeholder_Registry

Retrieve registry

methodpublicoffsetExists(string | int $offset) : bool

ArrayAccess: offsetExists

Parameters
NameTypeDescription
$offsetstring | int
Returns
TypeDescription
bool
methodpublicoffsetGet(string | int $offset) : mixed

ArrayAccess: offsetGet

Parameters
NameTypeDescription
$offsetstring | int
Returns
TypeDescription
mixed
methodpublicoffsetSet(string | int $offset, mixed $value) : void

ArrayAccess: offsetSet

Parameters
NameTypeDescription
$offsetstring | int
$valuemixed
methodpublicoffsetUnset(string | int $offset) : void

ArrayAccess: offsetUnset

Parameters
NameTypeDescription
$offsetstring | int
methodpublicsetAutoEscape(bool $autoEscape = true) : \Zend_View_Helper_Placeholder_Container_Standalone

Set whether or not auto escaping should be used

Parameters
NameTypeDescription
$autoEscapebool

whether or not to auto escape output

Returns
TypeDescription
\Zend_View_Helper_Placeholder_Container_Standalone
methodpublictoString() : string

String representation

Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.2.0 .