Class Registry
Generic storage class helps to manage global data.
- ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
- Pry\Util\Registry
Namespace: Pry\Util
Package: Zend\Registry
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Util/Registry.class.php
Package: Zend\Registry
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Util/Registry.class.php
public static
Zend_Registry
|
|
public static
|
#
setInstance(
Set the default registry instance to a specified instance. |
protected static
|
|
public static
|
#
setClassName( string $registryClassName = 'Registry' )
Set the class name to use for the default registry instance. Does not affect the currently initialized instance, it only applies for the next time you instantiate. |
public static
|
#
_unsetInstance( )
Unset the default registry instance. Primarily used in tearDown() in unit tests. |
public static
mixed
|
|
public static
|
|
public static
boolean
|
#
isRegistered( string $index )
Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry. |
public
|
#
__construct( array $array = array(), integer $flags =
Constructs a parent ArrayObject with default ARRAY_AS_PROPS to allow acces as an object |
public
|
append(),
asort(),
count(),
exchangeArray(),
getArrayCopy(),
getFlags(),
getIterator(),
getIteratorClass(),
ksort(),
natcasesort(),
natsort(),
offsetGet(),
offsetSet(),
offsetUnset(),
serialize(),
setFlags(),
setIteratorClass(),
uasort(),
uksort(),
unserialize()
|
ARRAY_AS_PROPS,
STD_PROP_LIST
|