PHP Class Contao\ModuleBooknav

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

Protected Properties

Свойство Type Description
$arrPages PageModel[] Pages array
$strTemplate string Template

Méthodes publiques

Méthode Description
generate ( ) : string Display a wildcard in the back end

Méthodes protégées

Méthode Description
compile ( ) Generate the module
getBookPages ( integer $intParentId, array $groups, integer $time ) Recursively get all book pages

Method Details

compile() protected méthode

Generate the module
protected compile ( )

generate() public méthode

Display a wildcard in the back end
public generate ( ) : string
Résultat string

getBookPages() protected méthode

Recursively get all book pages
protected getBookPages ( integer $intParentId, array $groups, integer $time )
$intParentId integer
$groups array
$time integer

Property Details

$arrPages protected_oe property

Pages array
protected PageModel[],contao $arrPages
Résultat PageModel[]

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string