PHP Class Wicked_View_Helper_Navigation, horde

Since: 2.1.0
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_View_Helper_Base
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_subPages array Cached list of sub pages.

Méthodes publiques

Méthode Description
breadcrumb ( string $name ) : string Returns a page's breadcrumb navigation.
hasSubPages ( string $name ) : boolean Returns whether a page has sub pages.
navigation ( string $name ) : string Returns a page's previous/next navigation.
subPages ( string $name ) : string Returns the list of a page's sub pages.

Méthodes protégées

Méthode Description
_getSubPages ( string $name ) Loads the list of a page's sub pages.

Method Details

_getSubPages() protected méthode

Loads the list of a page's sub pages.
protected _getSubPages ( string $name )
$name string A page name with slashes for directory separators.

breadcrumb() public méthode

Returns a page's breadcrumb navigation.
public breadcrumb ( string $name ) : string
$name string A page name with slashes for directory separators.
Résultat string A breadcrumb navigation.

hasSubPages() public méthode

Returns whether a page has sub pages.
public hasSubPages ( string $name ) : boolean
$name string A page name with slashes for directory separators.
Résultat boolean Whether the page has subpages.

navigation() public méthode

Returns a page's previous/next navigation.
public navigation ( string $name ) : string
$name string A page name with slashes for directory separators.
Résultat string A previous/next navigation.

subPages() public méthode

Returns the list of a page's sub pages.
public subPages ( string $name ) : string
$name string A page name with slashes for directory separators.
Résultat string A list of sub pages.

Property Details

$_subPages protected_oe property

Cached list of sub pages.
protected array $_subPages
Résultat array