PHP Класс Contao\BackendTemplate

Наследование: extends Template
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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