PHP Class Contao\ModuleQuicknav

Front end module "quick navigation".
Inheritance: extends Module
Afficher le fichier Open project: contao/core-bundle

Protected Properties

Свойство Type Description
$strTemplate string Template

Méthodes publiques

Méthode Description
generate ( ) : string Redirect to the selected page

Méthodes protégées

Méthode Description
compile ( ) Generate the module
getQuicknavPages ( integer $pid, integer $level = 1, string $host = null, string $language = null ) : array Recursively get all quicknav pages and return them as array

Method Details

compile() protected méthode

Generate the module
protected compile ( )

generate() public méthode

Redirect to the selected page
public generate ( ) : string
Résultat string

getQuicknavPages() protected méthode

Recursively get all quicknav pages and return them as array
protected getQuicknavPages ( integer $pid, integer $level = 1, string $host = null, string $language = null ) : array
$pid integer
$level integer
$host string
$language string
Résultat array

Property Details

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string