PHP Класс Phrozn\Twig\Loader\String

Автор: Victor Farazdagi
Наследование: extends Twig_Loader_String, implements Twig_LoaderInterface
Показать файл Открыть проект

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

Метод Описание
getSource ( string $name ) : string Gets the source code of a template, given its name.

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

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

Gets the source code of a template, given its name.
public getSource ( string $name ) : string
$name string Template content
Результат string The template source code