PHP Class Phrozn\Twig\Loader\String

Author: Victor Farazdagi
Inheritance: extends Twig_Loader_String, implements Twig_LoaderInterface
Show file Open project: farazdagi/phrozn

Public Methods

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

Method Details

getSource() public method

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