View/Helper/Placeholder/Container/Standalone.php
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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_View
- Subpackage
- Helper
- Version
- $Id: Standalone.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_View_Helper_Placeholder_Container_Standalone
Package: Zend\View\HelperBase 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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties



\book $_autoEscape = trueFlag wheter to automatically escape output, must also be
enforced in the child class if __toString/toString is overriden
Default valuetrueDetails- Type
- \book
Methods



__get(string $key) : mixedOverloading: retrieve property
Parameters| Name | Type | Description |
|---|
| $key | string | |
|---|
Returns 


__isset(string $key) : boolOverloading: check if property is set
Parameters| Name | Type | Description |
|---|
| $key | string | |
|---|
Returns 


__set(string $key, mixed $value) : voidOverloading: set property value
Parameters| Name | Type | Description |
|---|
| $key | string | |
|---|
| $value | mixed | |
|---|



__unset(string $key) : voidOverloading: unset property
Parameters| Name | Type | Description |
|---|
| $key | string | |
|---|



offsetExists(string | int $offset) : boolArrayAccess: offsetExists
Parameters| Name | Type | Description |
|---|
| $offset | string | int | |
|---|
Returns