PHP Class Phrozn\Twig\Loader\String

Author: Victor Farazdagi
Inheritance: extends Twig_Loader_String, implements Twig_LoaderInterface
Afficher le fichier Open project: farazdagi/phrozn

Méthodes publiques

Méthode Description
getSource ( string $name ) : string Gets the source code of a template, given its name.

Method Details

getSource() public méthode

Gets the source code of a template, given its name.
public getSource ( string $name ) : string
$name string Template content
Résultat string The template source code