PHP Интерфейс Goetas\Twital\SourceAdapter

Автор: Asmir Mustafic ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
dump ( Template $dom ) : string Gets a {Template} instance and return the raw template source code.
load ( string $string ) : Template Gets the raw template source code and return a {Goetas\Twital\Template} instance.

Описание методов

dump() публичный Метод

Gets a {Template} instance and return the raw template source code.
public dump ( Template $dom ) : string
$dom Template
Результат string

load() публичный Метод

Gets the raw template source code and return a {Goetas\Twital\Template} instance.
public load ( string $string ) : Template
$string string
Результат Template