PHP 클래스 Contao\BackendTemplate

상속: extends Template
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
parse ( ) : string Add a hook to modify the template output

보호된 메소드들

메소드 설명
compile ( ) Compile the template
getDateString ( ) : string Return the datepicker string
getLocaleString ( ) : string Return the locale string

메소드 상세

compile() 보호된 메소드

Compile the template
protected compile ( )

getDateString() 보호된 메소드

Fix the MooTools more parsers which incorrectly parse ISO-8601 and do not handle German date formats at all.
protected getDateString ( ) : string
리턴 string

getLocaleString() 보호된 메소드

Return the locale string
protected getLocaleString ( ) : string
리턴 string

parse() 공개 메소드

Add a hook to modify the template output
public parse ( ) : string
리턴 string