Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Zend_Application_Resource_Navigation Class Reference

Public Member Functions

 init ()
 Defined by Zend_Application_Resource_Resource.
 
 store ()
 Stores navigation container in registry or Navigation view helper.
 
 getContainer ()
 Returns navigation container.
 
- Public Member Functions inherited from Zend_Application_Resource_ResourceAbstract
 __construct ($options=null)
 Create a instance with options.
 
 setOptions (array $options)
 Set options from array.
 
 getOptions ()
 Retrieve resource options.
 
 mergeOptions (array $array1, $array2=null)
 Merge options recursively.
 
 setBootstrap (Zend_Application_Bootstrap_Bootstrapper $bootstrap)
 Set the bootstrap to which the resource is attached.
 
 getBootstrap ()
 Retrieve the bootstrap to which the resource is attached.
 

Public Attributes

const DEFAULT_REGISTRY_KEY = 'Zend_Navigation'
 

Protected Member Functions

 _storeRegistry ()
 Stores navigation container in the registry.
 
 _storeHelper ()
 Stores navigation container in the Navigation helper.
 

Protected Attributes

 $_container
 
- Protected Attributes inherited from Zend_Application_Resource_ResourceAbstract
 $_bootstrap
 
 $_options = array()
 
 $_skipOptions
 

Member Function Documentation

_storeHelper ( )
protected

Stores navigation container in the Navigation helper.

Returns
void
_storeRegistry ( )
protected

Stores navigation container in the registry.

Returns
void
getContainer ( )

Returns navigation container.

Returns
Zend_Navigation
init ( )
store ( )

Stores navigation container in registry or Navigation view helper.

Returns
void

Member Data Documentation

$_container
protected
const DEFAULT_REGISTRY_KEY = 'Zend_Navigation'