Zend_View_Helper_Navigation_HelperAbstractImplements interfaces:
Base class for navigational helpers
Located in /View/Helper/Navigation/HelperAbstract.php (line 42)
Zend_View_Helper_Abstract | --Zend_View_Helper_HtmlElement | --Zend_View_Helper_Navigation_HelperAbstract
| Class | Description |
|---|---|
Zend_View_Helper_Navigation_Links
|
Helper for printing <link> elements |
Zend_View_Helper_Navigation_Sitemap
|
Helper for printing sitemaps |
Zend_View_Helper_Navigation_Menu
|
Helper for rendering menus from navigation containers |
Zend_View_Helper_Navigation_Breadcrumbs
|
Helper for printing breadcrumbs |
Zend_View_Helper_Navigation
|
Proxy helper for retrieving navigational helpers and forwarding calls |
static Zend_Acl
$_defaultAcl
(line 122)
Default ACL to use when iterating pages if not explicitly set in the instance by calling setAcl()
static string|Zend_Acl_Role_Interface
$_defaultRole
(line 130)
Default ACL role to use when iterating pages if not explicitly set in the instance by calling setRole()
Zend_Acl
$_acl
(line 86)
ACL to use when iterating pages
Zend_Navigation_Container
$_container
(line 51)
Container to operate on by default
string
$_indent
= '' (line 72)
Indentation string
int
$_maxDepth
(line 65)
The maximum depth a page can have to be included when rendering
int
$_minDepth
(line 58)
The minimum depth a page must have to be included when rendering
bool
$_renderInvisible
= false (line 93)
Wheter invisible items should be rendered by this helper
string|Zend_Acl_Role_Interface
$_role
(line 100)
ACL role to use when iterating pages
Zend_Translate_Adapter
$_translator
(line 79)
Translator
bool
$_useAcl
= true (line 114)
Whether ACL should be used for filtering out pages
bool
$_useTranslator
= true (line 107)
Whether translator should be used for page labels and titles
Inherited from Zend_View_Helper_HtmlElement
Zend_View_Helper_HtmlElement::$_closingBracket
Inherited from Zend_View_Helper_Abstract
Zend_View_Helper_Abstract::$view
static setDefaultAcl (line 825)
Sets default ACL to use if another ACL is not explicitly set
static setDefaultRole (line 842)
Sets default ACL role(s) to use when iterating pages if not explicitly set later with setRole()
accept (line 708)
Determines whether a page should be accepted when iterating
Rules:
findActive (line 550)
Finds the deepest active page in the given container
getAcl (line 347)
Returns ACL or null if it isn't set using setAcl() or setDefaultAcl()
Implements Zend_View_Helper_Navigation_Helper::getAcl().
getContainer (line 168)
Returns the navigation container helper operates on by default
Implements Zend_View_Helper_Navigation_Interface::getContainer().
If a helper is not explicitly set in this helper instance by calling setContainer() or by passing it through the helper entry point, this method will look in Zend_Registry for a container by using the key 'Zend_Navigation'.
If no container is set, and nothing is found in Zend_Registry, a new container will be instantiated and stored in the helper.
getIndent (line 271)
Returns indentation
getMaxDepth (line 246)
Returns maximum depth a page can have to be included when rendering
getMinDepth (line 213)
Returns minimum depth a page must have to be included when rendering
getRenderInvisible (line 442)
Return renderInvisible flag
getRole (line 399)
Returns ACL role to use when iterating pages, or null if it isn't set using setRole() or setDefaultRole()
Implements Zend_View_Helper_Navigation_Helper::getRole().
getTranslator (line 311)
Returns translator used in helper
Implements Zend_View_Helper_Navigation_Helper::getTranslator().
getUseAcl (line 432)
Returns whether ACL should be used
Implements Zend_View_Helper_Navigation_Helper::getUseAcl().
getUseTranslator (line 484)
Returns whether translator should be used
Implements Zend_View_Helper_Navigation_Helper::getUseTranslator().
hasAcl (line 621)
Checks if the helper has an ACL instance
Implements Zend_View_Helper_Navigation_Helper::hasAcl().
hasContainer (line 609)
Checks if the helper has a container
Implements Zend_View_Helper_Navigation_Helper::hasContainer().
hasRole (line 633)
Checks if the helper has an ACL role
Implements Zend_View_Helper_Navigation_Helper::hasRole().
hasTranslator (line 645)
Checks if the helper has a translator
Implements Zend_View_Helper_Navigation_Helper::hasTranslator().
htmlify (line 656)
Returns an HTML string containing an 'a' element for the given page
setAcl (line 333)
Sets ACL to use when iterating pages
Implements Zend_View_Helper_Navigation_Helper::setAcl().
setContainer (line 147)
Sets navigation container the helper operates on by default
Implements Zend_View_Helper_Navigation_Interface::setContainer().
setIndent (line 260)
Set the indentation string for using in render(), optionally a number of spaces to indent with
setMaxDepth (line 231)
Sets the maximum depth a page can have to be included when rendering
setMinDepth (line 198)
Sets the minimum depth a page must have to be included when rendering
setRenderInvisible (line 454)
Render invisible items?
setRole (line 372)
Sets ACL role(s) to use when iterating pages
Implements Zend_View_Helper_Navigation_Helper::setRole().
setTranslator (line 292)
Sets translator to use in helper
Implements Zend_View_Helper_Navigation_Helper::setTranslator().
setUseAcl (line 419)
Sets whether ACL should be used
Implements Zend_View_Helper_Navigation_Helper::setUseAcl().
setUseTranslator (line 471)
Sets whether translator should be used
Implements Zend_View_Helper_Navigation_Helper::setUseTranslator().
_acceptAcl (line 743)
Determines whether a page should be accepted by ACL when iterating
Rules:
_getWhitespace (line 770)
Retrieve whitespace representation of $indent
_htmlAttribs (line 788)
Converts an associative array to a string of tag attributes.
Overloads Zend_View_Helper_HtmlElement::_htmlAttribs().
_normalizeId (line 808)
Normalize an ID
Overrides Zend_View_Helper_HtmlElement::_normalizeId().
__call (line 499)
Magic overload: Proxy calls to the navigation container
__toString (line 516)
Magic overload: Proxy to render().
This method will trigger an E_USER_ERROR if rendering the helper causes an exception to be thrown.
Implements Zend_View_Helper_Navigation_Helper::__toString().
Inherited From Zend_View_Helper_HtmlElement
Zend_View_Helper_HtmlElement::getClosingBracket()
Zend_View_Helper_HtmlElement::_htmlAttribs()
Zend_View_Helper_HtmlElement::_isXhtml()
Zend_View_Helper_HtmlElement::_normalizeId()
Inherited From Zend_View_Helper_Abstract
Zend_View_Helper_Abstract::direct()
Zend_View_Helper_Abstract::setView()
Documentation generated on Mon, 21 Jun 2010 15:26:28 -0400 by phpDocumentor 1.4.3