ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Holds information about a non-compiled Twig template. More...
Public Member Functions | |
__construct ($code, $name, $path='') | |
getCode () | |
getName () | |
getPath () | |
Private Attributes | |
$code | |
$name | |
$path | |
Holds information about a non-compiled Twig template.
Definition at line 19 of file Source.php.
Twig_Source::__construct | ( | $code, | |
$name, | |||
$path = '' |
|||
) |
string | $code | The template source code |
string | $name | The template logical name |
string | $path | The filesystem path of the template if any |
Definition at line 30 of file Source.php.
References $code, $name, and $path.
Twig_Source::getCode | ( | ) |
Definition at line 37 of file Source.php.
References $code.
Twig_Source::getName | ( | ) |
Definition at line 42 of file Source.php.
References $name.
Twig_Source::getPath | ( | ) |
Definition at line 47 of file Source.php.
References $path.
|
private |
Definition at line 21 of file Source.php.
Referenced by __construct(), and getCode().
|
private |
Definition at line 22 of file Source.php.
Referenced by __construct(), and getName().
|
private |
Definition at line 23 of file Source.php.
Referenced by __construct(), and getPath().