Implements 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 |
---|---|
![]() |
Helper for printing <link> elements |
![]() |
Helper for printing sitemaps |
![]() |
Helper for rendering menus from navigation containers |
![]() |
Helper for printing breadcrumbs |
![]() |
Proxy helper for retrieving navigational helpers and forwarding calls |
Default ACL to use when iterating pages if not explicitly set in the instance by calling setAcl()
Default ACL role to use when iterating pages if not explicitly set in the instance by calling setRole()
ACL to use when iterating pages
Container to operate on by default
Indentation string
The maximum depth a page can have to be included when rendering
The minimum depth a page must have to be included when rendering
Wheter invisible items should be rendered by this helper
ACL role to use when iterating pages
Translator
Whether ACL should be used for filtering out pages
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
Sets default ACL to use if another ACL is not explicitly set
Sets default ACL role(s) to use when iterating pages if not explicitly set later with setRole()
Determines whether a page should be accepted when iterating
Rules:
Finds the deepest active page in the given container
Returns ACL or null if it isn't set using setAcl() or setDefaultAcl()
Implements Zend_View_Helper_Navigation_Helper::getAcl().
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.
Returns indentation
Returns maximum depth a page can have to be included when rendering
Returns minimum depth a page must have to be included when rendering
Return renderInvisible flag
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().
Returns translator used in helper
Implements Zend_View_Helper_Navigation_Helper::getTranslator().
Returns whether ACL should be used
Implements Zend_View_Helper_Navigation_Helper::getUseAcl().
Returns whether translator should be used
Implements Zend_View_Helper_Navigation_Helper::getUseTranslator().
Checks if the helper has an ACL instance
Implements Zend_View_Helper_Navigation_Helper::hasAcl().
Checks if the helper has a container
Implements Zend_View_Helper_Navigation_Helper::hasContainer().
Checks if the helper has an ACL role
Implements Zend_View_Helper_Navigation_Helper::hasRole().
Checks if the helper has a translator
Implements Zend_View_Helper_Navigation_Helper::hasTranslator().
Returns an HTML string containing an 'a' element for the given page
Sets ACL to use when iterating pages
Implements Zend_View_Helper_Navigation_Helper::setAcl().
Sets navigation container the helper operates on by default
Implements Zend_View_Helper_Navigation_Interface::setContainer().
Set the indentation string for using in render(), optionally a number of spaces to indent with
Sets the maximum depth a page can have to be included when rendering
Sets the minimum depth a page must have to be included when rendering
Render invisible items?
Sets ACL role(s) to use when iterating pages
Implements Zend_View_Helper_Navigation_Helper::setRole().
Sets translator to use in helper
Implements Zend_View_Helper_Navigation_Helper::setTranslator().
Sets whether ACL should be used
Implements Zend_View_Helper_Navigation_Helper::setUseAcl().
Sets whether translator should be used
Implements Zend_View_Helper_Navigation_Helper::setUseTranslator().
Determines whether a page should be accepted by ACL when iterating
Rules:
Retrieve whitespace representation of $indent
Converts an associative array to a string of tag attributes.
Overloads Zend_View_Helper_HtmlElement::_htmlAttribs().
Normalize an ID
Overrides Zend_View_Helper_HtmlElement::_normalizeId().
Magic overload: Proxy calls to the navigation container
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