PHP 클래스 Contao\ModuleBooknav

Front end module "book navigation".
상속: extends Module
파일 보기 프로젝트 열기: contao/core-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$arrPages PageModel[] Pages array
$strTemplate string Template

공개 메소드들

메소드 설명
generate ( ) : string Display a wildcard in the back end

보호된 메소드들

메소드 설명
compile ( ) Generate the module
getBookPages ( integer $intParentId, array $groups, integer $time ) Recursively get all book pages

메소드 상세

compile() 보호된 메소드

Generate the module
protected compile ( )

generate() 공개 메소드

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

getBookPages() 보호된 메소드

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

프로퍼티 상세

$arrPages 보호되어 있는 프로퍼티

Pages array
protected PageModel[],contao $arrPages
리턴 PageModel[]

$strTemplate 보호되어 있는 프로퍼티

Template
protected string $strTemplate
리턴 string