ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($name, $type=null) | |
__toString () | |
parse (Twig_Token $token) | |
getType () | |
Public Member Functions inherited from Twig_Extensions_Grammar | |
__construct ($name) | |
setParser (Twig_Parser $parser) | |
getName () | |
Protected Attributes | |
$type | |
Protected Attributes inherited from Twig_Extensions_Grammar | |
$name | |
$parser | |
Definition at line 15 of file Constant.php.
Twig_Extensions_Grammar_Constant::__construct | ( | $name, | |
$type = null |
|||
) |
Definition at line 19 of file Constant.php.
References Twig_Extensions_Grammar\$name, $type, and Twig_Token\NAME_TYPE.
Twig_Extensions_Grammar_Constant::__toString | ( | ) |
Definition at line 25 of file Constant.php.
References Twig_Extensions_Grammar\$name.
Twig_Extensions_Grammar_Constant::getType | ( | ) |
Twig_Extensions_Grammar_Constant::parse | ( | Twig_Token | $token | ) |
Implements Twig_Extensions_GrammarInterface.
Definition at line 30 of file Constant.php.
References Twig_Extensions_Grammar\$name.
|
protected |
Definition at line 17 of file Constant.php.
Referenced by __construct(), and getType().