API Documentation

Application/Resource/Navigation.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_Application
subpackage
Resource
version
$Id: Navigation.php 20816 2010-02-01 21:13:54Z freak $
Classes
Zend_Application_Resource_Navigation

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_Application_Resource_Navigation

Extends from
Zend_Application_Resource_ResourceAbstract
author
Dolf Schimmel
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_Application
subpackage
Resource
uses
Zend_Application_Resource_ResourceAbstract
Constants
DEFAULT_REGISTRY_KEY
Properties
$_container
Methods
init
store
_storeRegistry
_storeHelper
getContainer

Description

Resource for setting navigation structure

Constants

DEFAULT_REGISTRY_KEY

 DEFAULT_REGISTRY_KEY = 'Zend_Navigation'

Details

value
Zend_Navigation

Properties

$_container

Zend_Navigation $_container = ''

Details

$_container
Zend_Navigation
visibility
protected
default
final
false
static
false

Methods

_storeHelper

_storeHelper( ) : void

Stores navigation container in the Navigation helper

Details
visibility
protected
final
false
static
false

_storeRegistry

_storeRegistry( ) : void

Stores navigation container in the registry

Details
visibility
protected
final
false
static
false

getContainer

getContainer( ) : Zend_Navigation

Returns navigation container

Details
visibility
public
final
false
static
false

init

init( ) : Zend_Navigation

Defined by Zend_Application_Resource_Resource

Details
visibility
public
final
false
static
false

store

store( ) : void

Stores navigation container in registry or Navigation view helper

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