API Documentation

View/Helper/Placeholder/Container/Standalone.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_View
subpackage
Helper
version
$Id: Standalone.php 20143 2010-01-08 15:17:11Z matthew $
Classes
Zend_View_Helper_Placeholder_Container_Standalone

Description

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.

Zend_View_Helper_Placeholder_Container_Standalone

Extends from
Zend_View_Helper_Abstract
Implements
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_View
subpackage
Helper
Properties
$_container
$_registry
$_regKey
$_autoEscape
Methods
__construct
getRegistry
setRegistry
setAutoEscape
getAutoEscape
_escape
setContainer
getContainer
__set
__get
__isset
__unset
__call
toString
__toString
count
offsetExists
offsetGet
offsetSet
offsetUnset
getIterator

Description

Base class for targetted placeholder helpers

Properties

$_autoEscape

book $_autoEscape = 'true'

Flag wheter to automatically escape output, must also be enforced in the child class if __toString/toString is overriden

Details

$_autoEscape
book
visibility
protected
default
true
final
false
static
false

$_container

Zend_View_Helper_Placeholder_Container_Abstract $_container = ''

Details

$_container
Zend_View_Helper_Placeholder_Container_Abstract
visibility
protected
default
final
false
static
false

$_regKey

string $_regKey = ''

Registry key under which container registers itself

Details

$_regKey
string
visibility
protected
default
final
false
static
false

$_registry

Zend_View_Helper_Placeholder_Registry $_registry = ''

Details

$_registry
Zend_View_Helper_Placeholder_Registry
visibility
protected
default
final
false
static
false

Methods

__call

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

Overload

Proxy to container methods

Arguments
$method
string
$args
array
Output
mixed
Details
visibility
public
final
false
static
false

__construct

__construct( ) : void

Constructor

Details
visibility
public
final
false
static
false

__get

__get( string $key ) : mixed

Overloading: retrieve property

Arguments
$key
string
Output
mixed
Details
visibility
public
final
false
static
false

__isset

__isset( string $key ) : bool

Overloading: check if property is set

Arguments
$key
string
Output
bool
Details
visibility
public
final
false
static
false

__set

__set( string $key, mixed $value ) : void

Overloading: set property value

Arguments
$key
string
$value
mixed
Details
visibility
public
final
false
static
false

__toString

__toString( ) : string

Cast to string representation

Output
string
Details
visibility
public
final
false
static
false

__unset

__unset( string $key ) : void

Overloading: unset property

Arguments
$key
string
Details
visibility
public
final
false
static
false

_escape

_escape( string $string ) : string

Escape a string

Arguments
$string
string
Output
string
Details
visibility
protected
final
false
static
false

count

count( ) : int

Countable

Output
int
Details
visibility
public
final
false
static
false

getAutoEscape

getAutoEscape( ) :

Return whether autoEscaping is enabled or disabled

return bool

Details
visibility
public
final
false
static
false

getContainer

getContainer( ) : Zend_View_Helper_Placeholder_Container_Abstract

Retrieve placeholder container

Details
visibility
public
final
false
static
false

getIterator

getIterator( ) : Iterator

IteratorAggregate: get Iterator

Output
Iterator
Details
visibility
public
final
false
static
false

getRegistry

getRegistry( ) : Zend_View_Helper_Placeholder_Registry

Retrieve registry

Details
visibility
public
final
false
static
false

offsetExists

offsetExists( string|int $offset ) : bool

ArrayAccess: offsetExists

Arguments
$offset
stringint
Output
bool
Details
visibility
public
final
false
static
false

offsetGet

offsetGet( string|int $offset ) : mixed

ArrayAccess: offsetGet

Arguments
$offset
stringint
Output
mixed
Details
visibility
public
final
false
static
false

offsetSet

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

ArrayAccess: offsetSet

Arguments
$offset
stringint
$value
mixed
Details
visibility
public
final
false
static
false

offsetUnset

offsetUnset( string|int $offset ) : void

ArrayAccess: offsetUnset

Arguments
$offset
stringint
Details
visibility
public
final
false
static
false

setAutoEscape

setAutoEscape( bool $autoEscape = true ) : Zend_View_Helper_Placeholder_Container_Standalone

Set whether or not auto escaping should be used

Arguments
$autoEscape
bool
whether or not to auto escape output
Details
visibility
public
final
false
static
false

setContainer

setContainer( Zend_View_Helper_Placeholder_Container_Abstract $container ) : Zend_View_Helper_Placeholder_Container_Standalone

Set container on which to operate

Arguments
$container
Zend_View_Helper_Placeholder_Container_Abstract
Details
visibility
public
final
false
static
false

setRegistry

setRegistry( Zend_View_Helper_Placeholder_Registry $registry ) : Zend_View_Helper_Placeholder_Container_Standalone

Set registry object

Arguments
$registry
Zend_View_Helper_Placeholder_Registry
Details
visibility
public
final
false
static
false

toString

toString( ) : string

String representation

Output
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.