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.
Interface for navigational helpers
__toString(
)
:
stringMagic overload: Should proxy to {@link render()}.
DetailsgetAcl(
)
:
Zend_Acl|nullReturns ACL or null if it isn't set using {@link setAcl()} or {@link setDefaultAcl()}
DetailsgetContainer(
)
:
Zend_Navigation_ContainerReturns the navigation container the helper operates on by default
DetailsgetRenderInvisible(
)
:
boolReturn renderInvisible flag
DetailsgetRole(
)
:
string|Zend_Acl_Role_Interface|nullReturns ACL role to use when iterating pages, or null if it isn't set
DetailsgetTranslator(
)
:
Zend_Translate_Adapter|nullReturns translator used in helper
DetailsgetUseAcl(
)
:
boolReturns whether ACL should be used
DetailsgetUseTranslator(
)
:
boolReturns whether translator should be used
DetailshasAcl(
)
:
boolChecks if the helper has an ACL instance
DetailshasContainer(
)
:
boolChecks if the helper has a container
DetailshasRole(
)
:
boolChecks if the helper has an ACL role
DetailshasTranslator(
)
:
boolChecks if the helper has a translator
Detailsrender(
Zend_Navigation_Container $container
=
null
)
:
stringRenders helper
DetailssetAcl(
Zend_Acl $acl
=
null
)
:
Zend_View_Helper_Navigation_HelperSets ACL to use when iterating pages
DetailssetContainer(
Zend_Navigation_Container $container
=
null
)
:
Zend_View_Helper_Navigation_HelperSets navigation container the helper should operate on by default
DetailssetRenderInvisible(
bool $renderInvisible
=
true
)
:
Zend_View_Helper_Navigation_HelperAbstractRender invisible items?
DetailssetRole(
mixed $role
=
null
)
:
Zend_View_Helper_Navigation_HelperSets ACL role to use when iterating pages
DetailssetTranslator(
mixed $translator
=
null
)
:
Zend_View_Helper_Navigation_HelperSets translator to use in helper
DetailssetUseAcl(
bool $useAcl
=
true
)
:
Zend_View_Helper_Navigation_HelperSets whether ACL should be used
DetailssetUseTranslator(
bool $useTranslator
=
true
)
:
Zend_View_Helper_Navigation_HelperSets whether translator should be used
Details