PHP Class Contao\BackendTemplate

Inheritance: extends Template
显示文件 Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
parse ( ) : string Add a hook to modify the template output

Protected Methods

Method Description
compile ( ) Compile the template
getDateString ( ) : string Return the datepicker string
getLocaleString ( ) : string Return the locale string

Method Details

compile() protected method

Compile the template
protected compile ( )

getDateString() protected method

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

getLocaleString() protected method

Return the locale string
protected getLocaleString ( ) : string
return string

parse() public method

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