PHP Class Pimcore\View\Helper\PimcoreNavigationController

Afficher le fichier Open project: pimcore/pimcore

Protected Properties

Свойство Type Description
$_htmlMenuIdPrefix string
$_pageClass string

Méthodes publiques

Méthode Description
getNavigation ( $activeDocument, null $navigationRootDocument = null, null $htmlMenuIdPrefix = null, null $pageCallback = null, boolean | string $cache = true ) : mixed | Zend_Navigation
getPageClass ( ) : String Returns the name of the pageclass
setPageClass ( $pageClass )

Méthodes protégées

Méthode Description
addActiveCssClasses ( Uri $page, $isActive = false )
buildNextLevel ( $parentDocument, boolean $isRoot = false, callable $pageCallback = null ) : array
getChilds ( Document $parentDocument ) : Document[]

Method Details

addActiveCssClasses() protected méthode

protected addActiveCssClasses ( Uri $page, $isActive = false )
$page Pimcore\Navigation\Page\Uri

buildNextLevel() protected méthode

protected buildNextLevel ( $parentDocument, boolean $isRoot = false, callable $pageCallback = null ) : array
$parentDocument
$isRoot boolean
$pageCallback callable
Résultat array

getChilds() protected méthode

protected getChilds ( Document $parentDocument ) : Document[]
$parentDocument Pimcore\Model\Document
Résultat Pimcore\Model\Document[]

getNavigation() public méthode

public getNavigation ( $activeDocument, null $navigationRootDocument = null, null $htmlMenuIdPrefix = null, null $pageCallback = null, boolean | string $cache = true ) : mixed | Zend_Navigation
$activeDocument
$navigationRootDocument null
$htmlMenuIdPrefix null
$pageCallback null
$cache boolean | string
Résultat mixed | Zend_Navigation

getPageClass() public méthode

Returns the name of the pageclass
public getPageClass ( ) : String
Résultat String

setPageClass() public méthode

public setPageClass ( $pageClass )
$pageClass

Property Details

$_htmlMenuIdPrefix protected_oe property

protected string $_htmlMenuIdPrefix
Résultat string

$_pageClass protected_oe property

protected string $_pageClass
Résultat string