View/Helper/Navigation/Links.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_View
- Subpackage
- Helper
- Version
- $Id: Links.php 25239 2013-01-22 09:45:01Z frosch $
\Zend_View_Helper_Navigation_Links
Helper for printing <link> elements
- Parent(s)
- \Zend_View_Helper_Navigation_HelperAbstract < \Zend_View_Helper_HtmlElement < \Zend_View_Helper_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
EOL
= "\n"EOL character
Inherited from: \Zend_View_Helper_HtmlElement::EOL\Zend_View_Helper_Navigation_HelperAbstract::EOL- Inherited_from
- \Zend_View_Helper_HtmlElement::EOL
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::EOL
Properties

array $_RELATIONS = array(self::RENDER_ALTERNATE => 'alternate', self::RENDER_STYLESHEET => 'stylesheet', self::RENDER_START => 'start', self::RENDER_NEXT => 'next', self::RENDER_PREV => 'prev', self::RENDER_CONTENTS => 'contents', self::RENDER_INDEX => 'index', self::RENDER_GLOSSARY => 'glossary', self::RENDER_COPYRIGHT => 'copyright', self::RENDER_CHAPTER => 'chapter', self::RENDER_SECTION => 'section', self::RENDER_SUBSECTION => 'subsection', self::RENDER_APPENDIX => 'appendix', self::RENDER_HELP => 'help', self::RENDER_BOOKMARK => 'bookmark')Maps render constants to W3C link types
array(self::RENDER_ALTERNATE => 'alternate', self::RENDER_STYLESHEET => 'stylesheet', self::RENDER_START => 'start', self::RENDER_NEXT => 'next', self::RENDER_PREV => 'prev', self::RENDER_CONTENTS => 'contents', self::RENDER_INDEX => 'index', self::RENDER_GLOSSARY => 'glossary', self::RENDER_COPYRIGHT => 'copyright', self::RENDER_CHAPTER => 'chapter', self::RENDER_SECTION => 'section', self::RENDER_SUBSECTION => 'subsection', self::RENDER_APPENDIX => 'appendix', self::RENDER_HELP => 'help', self::RENDER_BOOKMARK => 'bookmark')Details- Type
- array

\Zend_Acl $_acl = ACL to use when iterating pages
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_acl- Type
- \Zend_Acl
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_acl

string $_closingBracket = nullThe tag closing bracket
Inherited from: \Zend_View_Helper_HtmlElement::$$_closingBracket\Zend_View_Helper_Navigation_HelperAbstract::$$_closingBracketnullDetails- Type
- string
- Inherited_from
- \Zend_View_Helper_HtmlElement::$$_closingBracket
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_closingBracket

\Zend_Navigation_Container $_container = Container to operate on by default
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_container- Type
- \Zend_Navigation_Container
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_container

\Zend_Acl $_defaultAcl = Default ACL to use when iterating pages if not explicitly set in the instance by calling {@link setAcl()}
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_defaultAcl- Type
- \Zend_Acl
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_defaultAcl

string|\Zend_Acl_Role_Interface $_defaultRole = Default ACL role to use when iterating pages if not explicitly set in the instance by calling {@link setRole()}
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_defaultRole- Type
- string | \Zend_Acl_Role_Interface
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_defaultRole

bool $_formatOutput = trueWhether HTML/XML output should be formatted
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_formatOutputtrueDetails- Type
- bool
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_formatOutput

string $_indent = ''
''Details- Type
- string
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_indent

int $_maxDepth = The maximum depth a page can have to be included when rendering
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_maxDepth- Type
- int
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_maxDepth

int $_minDepth = The minimum depth a page must have to be included when rendering
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_minDepth- Type
- int
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_minDepth

string|null $_prefixForId = nullPrefix for IDs when they are normalized
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_prefixForIdnullDetails- Type
- string | null
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_prefixForId

int $_renderFlag = self::RENDER_ALLThe helper's render flag
self::RENDER_ALLDetails- Type
- int
- See
- \global\render()
- See
- \global\setRenderFlag()

bool $_renderInvisible = falseWheter invisible items should be rendered by this helper
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_renderInvisiblefalseDetails- Type
- bool
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_renderInvisible

string|\Zend_Acl_Role_Interface $_role = ACL role to use when iterating pages
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_role- Type
- string | \Zend_Acl_Role_Interface
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_role

\Zend_Navigation_Container $_root = Root container
Used for preventing methods to traverse above the container given to the render() method.
- Type
- \Zend_Navigation_Container
- See
- \global\_findRoot()

bool $_skipPrefixForId = falseSkip current prefix for IDs when they are normalized (flag)
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_skipPrefixForIdfalseDetails- Type
- bool
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_skipPrefixForId

\Zend_Translate_Adapter $_translator =
- Type
- \Zend_Translate_Adapter
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_translator

bool $_useAcl = trueWhether ACL should be used for filtering out pages
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_useAcltrueDetails- Type
- bool
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_useAcl

bool $_useTranslator = trueWhether translator should be used for page labels and titles
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::$$_useTranslatortrueDetails- Type
- bool
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$_useTranslator

\Zend_View_Interface $view = nullView object
Inherited from: \Zend_View_Helper_Abstract::$$view\Zend_View_Helper_HtmlElement::$$view\Zend_View_Helper_Navigation_HelperAbstract::$$viewnullDetails- Type
- \Zend_View_Interface
- Inherited_from
- \Zend_View_Helper_Abstract::$$view
- Inherited_from
- \Zend_View_Helper_HtmlElement::$$view
- Inherited_from
- \Zend_View_Helper_Navigation_HelperAbstract::$$view
Methods

__call(string $method, array $arguments = array()) : mixedMagic overload: Proxy calls to {@link findRelation()} or container
Examples of finder calls:
// METHOD // SAME AS
$h->findRelNext($page); // $h->findRelation($page, 'rel', 'next')
$h->findRevSection($page); // $h->findRelation($page, 'rev', 'section');
$h->findRelFoo($page); // $h->findRelation($page, 'rel', 'foo');
| Name | Type | Description |
|---|---|---|
| $method | string | method name |
| $arguments | array | method arguments |
| Type | Description |
|---|---|
| mixed | returns what the container returns |
| Exception | Description |
|---|---|
| \Zend_Navigation_Exception | if method does not exist in container |

__toString() : stringMagic overload: Proxy to {@link render()}.
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::__toString()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().
| Type | Description |
|---|---|
| string |

_acceptAcl(\Zend_Navigation_Page $page) : boolDetermines whether a page should be accepted by ACL when iterating
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::_acceptAcl()Rules: - If helper has no ACL, page is accepted - If page has a resource or privilege defined, page is accepted if the ACL allows access to it using the helper's role - If page has no resource or privilege, page is accepted
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to check |
| Type | Description |
|---|---|
| bool | whether page is accepted by ACL |

_convertToPages(mixed $mixed, bool $recursive = true) : \Zend_Navigation_Page | array | nullConverts a $mixed value to an array of pages
| Name | Type | Description |
|---|---|---|
| $mixed | mixed | mixed value to get page(s) from |
| $recursive | bool | whether $value should be looped if it is an array or a config |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | array | null | empty if unable to convert |

_findFromProperty(\Zend_Navigation_Page $page, string $rel, string $type) : \Zend_Navigation_Page | array | nullFinds relations of given $type for $page by checking if the relation is specified as a property of $page
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relations for |
| $rel | string | relation, 'rel' or 'rev' |
| $type | string | link type, e.g. 'start', 'next' |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | array | null | page(s), or null if not found |

_findFromSearch(\Zend_Navigation_Page $page, string $rel, string $type) : array | nullFinds relations of given $rel=$type for $page by using the helper to search for the relation in the root container
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relations for |
| $rel | string | relation, 'rel' or 'rev' |
| $type | string | link type, e.g. 'start', 'next', etc |
| Type | Description |
|---|---|
| array | null | array of pages, or null if not found |

_findRoot(\Zend_Navigaiton_Page $page) : \Zend_Navigation_ContainerReturns the root container of the given page
When rendering a container, the render method still store the given container as the root container, and unset it when done rendering. This makes sure finder methods will not traverse above the container given to the render method.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigaiton_Page | page to find root for |
| Type | Description |
|---|---|
| \Zend_Navigation_Container | the root container of the given page |

_getWhitespace(int | string $indent) : stringRetrieve whitespace representation of $indent
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::_getWhitespace()| Name | Type | Description |
|---|---|---|
| $indent | int | string |
| Type | Description |
|---|---|
| string |

_htmlAttribs(array $attribs) : stringConverts an associative array to a string of tag attributes.
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::_htmlAttribs()Overloads Zend_View_Helper_HtmlElement::_htmlAttribs().
| Name | Type | Description |
|---|---|---|
| $attribs | array | an array where each key-value pair is converted to an attribute name and value |
| Type | Description |
|---|---|
| string | an attribute string |

_isStrictDoctype() : booleanIs doctype strict?
Inherited from: \Zend_View_Helper_HtmlElement::_isStrictDoctype()\Zend_View_Helper_Navigation_HelperAbstract::_isStrictDoctype()| Type | Description |
|---|---|
| boolean |

_isXhtml() : booleanIs doctype XHTML?
Inherited from: \Zend_View_Helper_HtmlElement::_isXhtml()\Zend_View_Helper_Navigation_HelperAbstract::_isXhtml()| Type | Description |
|---|---|
| boolean |

_normalizeId(string $value) : stringNormalize an ID
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::_normalizeId()| Name | Type | Description |
|---|---|---|
| $value | string | ID |
| Type | Description |
|---|---|
| string | Normalized ID |

accept(\Zend_Navigation_Page $page, bool $recursive = true) : boolDetermines whether a page should be accepted when iterating
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::accept()Rules: - If a page is not visible it is not accepted, unless RenderInvisible has been set to true. - If helper has no ACL, page is accepted - If helper has ACL, but no role, page is not accepted - If helper has ACL and role: - Page is accepted if it has no resource or privilege - Page is accepted if ACL allows page's resource or privilege - If page is accepted by the rules above and $recursive is true, the page will not be accepted if it is the descendant of a non-accepted page.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to check |
| $recursive | bool | [optional] if true, page will not be accepted if it is the descendant of a page that is not accepted. Default is true. |
| Type | Description |
|---|---|
| bool | whether page should be accepted |

direct() : voidStrategy pattern: currently unutilized
Inherited from: \Zend_View_Helper_Abstract::direct()\Zend_View_Helper_HtmlElement::direct()\Zend_View_Helper_Navigation_HelperAbstract::direct()
findActive(\Zend_Navigation_Container $container, int | null | int | null $minDepth = null, $maxDepth = -1) : arrayFinds the deepest active page in the given container
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::findActive()| Name | Type | Description |
|---|---|---|
| $container | \Zend_Navigation_Container | container to search |
| $minDepth | int | null | int | null | [optional] minimum depth required for page to be valid. Default is to use {@link getMinDepth()}. A null value means no minimum depth required. |
| $maxDepth |
| Type | Description |
|---|---|
| array | an associative array with the values 'depth' and 'page', or an empty array if not found |

findAllRelations(\Zend_Navigation_Page $page, $flag = null) : arrayFinds all relations (forward and reverse) for the given $page
The form of the returned array:
// $page denotes an instance of Zend_Navigation_Page
$returned = array(
'rel' => array(
'alternate' => array($page, $page, $page),
'start' => array($page),
'next' => array($page),
'prev' => array($page),
'canonical' => array($page)
),
'rev' => array(
'section' => array($page)
)
);
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find links for |
| $flag |
| Type | Description |
|---|---|
| array | related pages |

findRelation(\Zend_Navigation_Page $page, string $rel, string $type) : \Zend_Navigaiton_Page | array | nullFinds relations of the given $rel=$type from $page
This method will first look for relations in the page instance, then by searching the root container if nothing was found in the page.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relations for |
| $rel | string | relation, "rel" or "rev" |
| $type | string | link type, e.g. 'start', 'next' |
| Type | Description |
|---|---|
| \Zend_Navigaiton_Page | array | null | page(s), or null if not found |
| Exception | Description |
|---|---|
| \Zend_View_Exception | if $rel is not "rel" or "rev" |

getAcl() : \Zend_Acl | nullReturns ACL or null if it isn't set using {@link setAcl()} or {@link setDefaultAcl()}
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getAcl()Implements Zend_View_Helper_Navigation_Helper::getAcl().
| Type | Description |
|---|---|
| \Zend_Acl | null | ACL object or null |

getClosingBracket() : stringGet the tag closing bracket
Inherited from: \Zend_View_Helper_HtmlElement::getClosingBracket()\Zend_View_Helper_Navigation_HelperAbstract::getClosingBracket()| Type | Description |
|---|---|
| string |

getContainer() : \Zend_Navigation_ContainerReturns the navigation container helper operates on by default
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getContainer()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.
| Type | Description |
|---|---|
| \Zend_Navigation_Container | navigation container |

getEOL() : stringReturns the EOL character (format output is respected)
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getEOL()| Type | Description |
|---|---|
| string | standard EOL charater or an empty string |
- See
- \global\self::EOL
- See
- \global\getFormatOutput()

getFormatOutput() : boolReturns whether HTML/XML output should be formatted
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getFormatOutput()| Type | Description |
|---|---|
| bool | whether HTML/XML output should be formatted |

getIndent() : stringReturns indentation (format output is respected)
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getIndent()| Type | Description |
|---|---|
| string | indentation string or an empty string |

getMaxDepth() : int | nullReturns maximum depth a page can have to be included when rendering
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getMaxDepth()| Type | Description |
|---|---|
| int | null | maximum depth or null |

getMinDepth() : int | nullReturns minimum depth a page must have to be included when rendering
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getMinDepth()| Type | Description |
|---|---|
| int | null | minimum depth or null |

getPrefixForId() : stringReturns prefix for IDs when they are normalized
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getPrefixForId()| Type | Description |
|---|---|
| string | Prefix for |

getRenderInvisible() : boolReturn renderInvisible flag
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getRenderInvisible()| Type | Description |
|---|---|
| bool |

getRole() : string | \Zend_Acl_Role_Interface | nullReturns ACL role to use when iterating pages, or null if it isn't set using {@link setRole()} or {@link setDefaultRole()}
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getRole()Implements Zend_View_Helper_Navigation_Helper::getRole().
| Type | Description |
|---|---|
| string | \Zend_Acl_Role_Interface | null | role or null |

getTranslator() : \Zend_Translate_Adapter | nullReturns translator used in helper
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getTranslator()| Type | Description |
|---|---|
| \Zend_Translate_Adapter | null | translator or null |

getUseAcl() : boolReturns whether ACL should be used
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getUseAcl()Implements Zend_View_Helper_Navigation_Helper::getUseAcl().
| Type | Description |
|---|---|
| bool | whether ACL should be used |

getUseTranslator() : boolReturns whether translator should be used
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::getUseTranslator()| Type | Description |
|---|---|
| bool | whether translator should be used |

hasAcl() : boolChecks if the helper has an ACL instance
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::hasAcl()Implements Zend_View_Helper_Navigation_Helper::hasAcl().
| Type | Description |
|---|---|
| bool | whether the helper has a an ACL instance or not |

hasContainer() : boolChecks if the helper has a container
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::hasContainer()| Type | Description |
|---|---|
| bool | whether the helper has a container or not |

hasRole() : boolChecks if the helper has an ACL role
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::hasRole()Implements Zend_View_Helper_Navigation_Helper::hasRole().
| Type | Description |
|---|---|
| bool | whether the helper has a an ACL role or not |

hasTranslator() : boolChecks if the helper has a translator
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::hasTranslator()| Type | Description |
|---|---|
| bool | whether the helper has a translator or not |

htmlify(\Zend_Navigation_Page $page) : stringReturns an HTML string containing an 'a' element for the given page
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::htmlify()| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to generate HTML for |
| Type | Description |
|---|---|
| string | HTML string for the given page |

links(\Zend_Navigation_Container $container = null) : \Zend_View_Helper_Navigation_LinksView helper entry point: Retrieves helper and optionally sets container to operate on
| Name | Type | Description |
|---|---|---|
| $container | \Zend_Navigation_Container | [optional] container to operate on |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_Links | fluent interface, returns self |

render(\Zend_Navigation_Container $container = null) : stringRenders helper
Implements Zend_View_Helper_Navigation_Helper::render().
| Name | Type | Description |
|---|---|---|
| $container | \Zend_Navigation_Container | [optional] container to render. Default is to render the container registered in the helper. |
| Type | Description |
|---|---|
| string | helper output |
| Exception | Description |
|---|---|
| \Zend_View_Exception | if unable to render |

renderLink(\Zend_Navigation_Page $page, string $attrib, string $relation) : stringRenders the given $page as a link element, with $attrib = $relation
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | the page to render the link for |
| $attrib | string | the attribute to use for $type, either 'rel' or 'rev' |
| $relation | string | relation type, muse be one of; alternate, appendix, bookmark, chapter, contents, copyright, glossary, help, home, index, next, prev, section, start, stylesheet, subsection |
| Type | Description |
|---|---|
| string | rendered link element |
| Exception | Description |
|---|---|
| \Zend_View_Exception | if $attrib is invalid |

searchRelChapter(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | array | nullSearches the root container for forward 'chapter' relations of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to a document serving as a chapter in a collection of documents.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | array | null | page(s) or null |

searchRelNext(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | nullSearches the root container for the forward 'next' relation of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to the next document in a linear sequence of documents. User agents may choose to preload the "next" document, to reduce the perceived load time.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | null | page(s) or null |

searchRelPrev(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | nullSearches the root container for the forward 'prev' relation of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to the previous document in an ordered series of documents. Some user agents also support the synonym "Previous".
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | null | page or null |

searchRelSection(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | array | nullSearches the root container for forward 'section' relations of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to a document serving as a section in a collection of documents.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | array | null | page(s) or null |

searchRelStart(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | nullSearches the root container for the forward 'start' relation of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to the first document in a collection of documents. This link type tells search engines which document is considered by the author to be the starting point of the collection.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | null | page or null |

searchRelSubsection(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | array | nullSearches the root container for forward 'subsection' relations of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to a document serving as a subsection in a collection of documents.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | array | null | page(s) or null |

searchRevSection(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | nullSearches the root container for the reverse 'section' relation of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to a document serving as a section in a collection of documents.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | null | page(s) or null |

searchRevSubsection(\Zend_Navigation_Page $page) : \Zend_Navigation_Page | nullSearches the root container for the reverse 'section' relation of the given $page
From http://www.w3.org/TR/html4/types.html#type-links: Refers to a document serving as a subsection in a collection of documents.
| Name | Type | Description |
|---|---|---|
| $page | \Zend_Navigation_Page | page to find relation for |
| Type | Description |
|---|---|
| \Zend_Navigation_Page | null | page(s) or null |

setAcl(\Zend_Acl $acl = null) : \Zend_View_Helper_Navigation_HelperAbstractSets ACL to use when iterating pages
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setAcl()Implements Zend_View_Helper_Navigation_Helper::setAcl().
| Name | Type | Description |
|---|---|---|
| $acl | \Zend_Acl | [optional] ACL object. Default is null. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setContainer(\Zend_Navigation_Container $container = null) : \Zend_View_Helper_Navigation_HelperAbstractSets navigation container the helper operates on by default
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setContainer()| Name | Type | Description |
|---|---|---|
| $container | \Zend_Navigation_Container | [optional] container to operate on. Default is null, meaning container will be reset. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setDefaultAcl(\Zend_Acl $acl = null) : voidSets default ACL to use if another ACL is not explicitly set
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setDefaultAcl()| Name | Type | Description |
|---|---|---|
| $acl | \Zend_Acl | [optional] ACL object. Default is null, which sets no ACL object. |

setDefaultRole(\midex $role = null) : voidSets default ACL role(s) to use when iterating pages if not explicitly set later with {@link setRole()}
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setDefaultRole()| Name | Type | Description |
|---|---|---|
| $role | \midex | [optional] role to set. Expects null, string, or an instance of {@link Zend_Acl_Role_Interface}. Default is null, which sets no default role. |
| Exception | Description |
|---|---|
| \Zend_View_Exception | if role is invalid |

setFormatOutput(bool $formatOutput = true) : \Zend_View_Helper_Navigation_SitemapSets whether HTML/XML output should be formatted
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setFormatOutput()| Name | Type | Description |
|---|---|---|
| $formatOutput | bool | [optional] whether output should be formatted. Default is true. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_Sitemap | fluent interface, returns self |

setIndent(string | int $indent) : \Zend_View_Helper_Navigation_HelperAbstractSet the indentation string for using in {@link render()}, optionally a number of spaces to indent with
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setIndent()| Name | Type | Description |
|---|---|---|
| $indent | string | int | indentation string or number of spaces |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setMaxDepth(int $maxDepth = null) : \Zend_View_Helper_Navigation_HelperAbstractSets the maximum depth a page can have to be included when rendering
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setMaxDepth()| Name | Type | Description |
|---|---|---|
| $maxDepth | int | [optional] maximum depth. Default is null, which sets no maximum depth. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setMinDepth(int $minDepth = null) : \Zend_View_Helper_Navigation_HelperAbstractSets the minimum depth a page must have to be included when rendering
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setMinDepth()| Name | Type | Description |
|---|---|---|
| $minDepth | int | [optional] minimum depth. Default is null, which sets no minimum depth. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setPrefixForId(string $prefix) : \Zend_View_Helper_Navigation_HelperAbstractSets prefix for IDs when they are normalized
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setPrefixForId()| Name | Type | Description |
|---|---|---|
| $prefix | string | Prefix for IDs |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setRenderFlag(int $renderFlag) : \Zend_View_Helper_Navigation_LinksSets the helper's render flag
The helper uses the bitwise '&' operator against the hex values of the render constants. This means that the flag can is "bitwised" value of the render constants. Examples:
// render all links except glossary
$flag = Zend_View_Helper_Navigation_Links:RENDER_ALL ^
Zend_View_Helper_Navigation_Links:RENDER_GLOSSARY;
$helper->setRenderFlag($flag);
// render only chapters and sections
$flag = Zend_View_Helper_Navigation_Links:RENDER_CHAPTER |
Zend_View_Helper_Navigation_Links:RENDER_SECTION;
$helper->setRenderFlag($flag);
// render only relations that are not native W3C relations
$helper->setRenderFlag(Zend_View_Helper_Navigation_Links:RENDER_CUSTOM);
// render all relations (default)
$helper->setRenderFlag(Zend_View_Helper_Navigation_Links:RENDER_ALL);
Note that custom relations can also be rendered directly using the renderLink() method.
| Name | Type | Description |
|---|---|---|
| $renderFlag | int | render flag |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_Links | fluent interface, returns self |

setRenderInvisible(bool $renderInvisible = true) : \Zend_View_Helper_Navigation_HelperAbstractRender invisible items?
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setRenderInvisible()| Name | Type | Description |
|---|---|---|
| $renderInvisible | bool | [optional] boolean flag |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface returns self |

setRole(mixed $role = null) : \Zend_View_Helper_Navigation_HelperAbstractSets ACL role(s) to use when iterating pages
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setRole()Implements Zend_View_Helper_Navigation_Helper::setRole().
| Name | Type | Description |
|---|---|---|
| $role | mixed | [optional] role to set. Expects a string, an instance of type {@link Zend_Acl_Role_Interface}, or null. Default is null, which will set no role. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |
| Exception | Description |
|---|---|
| \Zend_View_Exception | if $role is invalid |

setTranslator(mixed $translator = null) : \Zend_View_Helper_Navigation_HelperAbstractSets translator to use in helper
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setTranslator()| Name | Type | Description |
|---|---|---|
| $translator | mixed | [optional] translator. Expects an object of type {@link Zend_Translate_Adapter} or {@link Zend_Translate}, or null. Default is null, which sets no translator. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setUseAcl(bool $useAcl = true) : \Zend_View_Helper_Navigation_HelperAbstractSets whether ACL should be used
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setUseAcl()Implements Zend_View_Helper_Navigation_Helper::setUseAcl().
| Name | Type | Description |
|---|---|---|
| $useAcl | bool | [optional] whether ACL should be used. Default is true. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setUseTranslator(bool $useTranslator = true) : \Zend_View_Helper_Navigation_HelperAbstractSets whether translator should be used
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::setUseTranslator()| Name | Type | Description |
|---|---|---|
| $useTranslator | bool | [optional] whether translator should be used. Default is true. |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |

setView(\Zend_View_Interface $view) : \Zend_View_Helper_AbstractSet the View object
Inherited from: \Zend_View_Helper_Abstract::setView()\Zend_View_Helper_HtmlElement::setView()\Zend_View_Helper_Navigation_HelperAbstract::setView()| Name | Type | Description |
|---|---|---|
| $view | \Zend_View_Interface |
| Type | Description |
|---|---|
| \Zend_View_Helper_Abstract |

skipPrefixForId(bool $flag = true) : \Zend_View_Helper_Navigation_HelperAbstractSkip the current prefix for IDs when they are normalized
Inherited from: \Zend_View_Helper_Navigation_HelperAbstract::skipPrefixForId()| Name | Type | Description |
|---|---|---|
| $flag | bool |
| Type | Description |
|---|---|
| \Zend_View_Helper_Navigation_HelperAbstract | fluent interface, returns self |