PHP Class Contao\ModuleBooknav

Front end module "book navigation".
Inheritance: extends Module
Show file Open project: contao/core-bundle

Protected Properties

Property Type Description
$arrPages PageModel[] Pages array
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Display a wildcard in the back end

Protected Methods

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

Method Details

compile() protected method

Generate the module
protected compile ( )

generate() public method

Display a wildcard in the back end
public generate ( ) : string
return string

getBookPages() protected method

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

Property Details

$arrPages protected property

Pages array
protected PageModel[],contao $arrPages
return PageModel[]

$strTemplate protected property

Template
protected string $strTemplate
return string