PHP Class Contao\BackendTemplate

Inheritance: extends Template
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
parse ( ) : string Add a hook to modify the template output

Méthodes protégées

Méthode Description
compile ( ) Compile the template
getDateString ( ) : string Return the datepicker string
getLocaleString ( ) : string Return the locale string

Method Details

compile() protected méthode

Compile the template
protected compile ( )

getDateString() protected méthode

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

getLocaleString() protected méthode

Return the locale string
protected getLocaleString ( ) : string
Résultat string

parse() public méthode

Add a hook to modify the template output
public parse ( ) : string
Résultat string