API Documentation

View/Helper/Placeholder.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: Placeholder.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_View_Helper_Placeholder

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

Extends from
Zend_View_Helper_Abstract
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
$_items
$_registry
Methods
__construct
placeholder
getRegistry

Description

Helper for passing data between otherwise segregated Views. It's called Placeholder to make its typical usage obvious, but can be used just as easily for non-Placeholder things. That said, the support for this is only guaranteed to effect subsequently rendered templates, and of course Layouts.

Properties

$_items

array $_items = 'array'

Placeholder items

Details

$_items
array
visibility
protected
default
array
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

__construct

__construct( ) : void

Constructor

Retrieve container registry from Zend_Registry, or create new one and register it.

Details
visibility
public
final
false
static
false

getRegistry

getRegistry( ) : Zend_View_Helper_Placeholder_Registry

Retrieve the registry

Details
visibility
public
final
false
static
false

placeholder

placeholder( string $name ) : Zend_View_Helper_Placeholder_Container_Abstract

Placeholder helper

Arguments
$name
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.