API Documentation

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

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_Registry

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
Constants
REGISTRY_KEY
Properties
$_containerClass
$_items
Methods
getRegistry
createContainer
getContainer
containerExists
setContainer
deleteContainer
setContainerClass
getContainerClass

Description

Registry for placeholder containers

Constants

REGISTRY_KEY

 REGISTRY_KEY = 'Zend_View_Helper_Placeholder_Registry'

Zend_Registry key under which placeholder registry exists

Details

value
Zend_View_Helper_Placeholder_Registry
const
string

Properties

$_containerClass

string $_containerClass = 'Zend_View_Helper_Placeholder_Container'

Default container class

Details

$_containerClass
string
visibility
protected
default
Zend_View_Helper_Placeholder_Container
final
false
static
false

$_items

array $_items = 'array'

Placeholder containers

Details

$_items
array
visibility
protected
default
array
final
false
static
false

Methods

containerExists

containerExists( string $key ) : bool

Does a particular container exist?

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

createContainer

createContainer( string $key, array $value = array ) : Zend_View_Helper_Placeholder_Container_Abstract

createContainer

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

deleteContainer

deleteContainer( string $key ) : bool

Delete a container

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

getContainer

getContainer( string $key ) : Zend_View_Helper_Placeholder_Container_Abstract

Retrieve a placeholder container

Arguments
$key
string
Details
visibility
public
final
false
static
false

getContainerClass

getContainerClass( ) : string

Retrieve the container class

Output
string
Details
visibility
public
final
false
static
false

getRegistry

getRegistry( ) : void

Retrieve or create registry instnace

Details
visibility
public
final
false
static
true

setContainer

setContainer( string $key, Zend_View_Placeholder_Container_Abstract $container ) : Zend_View_Placeholder_Registry

Set the container for an item in the registry

Arguments
$key
string
$container
Zend_View_Placeholder_Container_Abstract
Output
Zend_View_Placeholder_Registry
Details
visibility
public
final
false
static
false

setContainerClass

setContainerClass( string $name ) : Zend_View_Helper_Placeholder_Registry

Set the container class to use

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