ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (array $usedFilters, array $usedTags, array $usedFunctions) | |
compile (Twig_Compiler $compiler) | |
Compiles the node to PHP. More... | |
Public Member Functions inherited from Twig_Node | |
__construct (array $nodes=array(), array $attributes=array(), $lineno=0, $tag=null) | |
Constructor. More... | |
__toString () | |
toXml ($asDom=false) | |
compile (Twig_Compiler $compiler) | |
Compiles the node to PHP. More... | |
getTemplateLine () | |
getLine () | |
getNodeTag () | |
hasAttribute ($name) | |
getAttribute ($name) | |
setAttribute ($name, $value) | |
removeAttribute ($name) | |
hasNode ($name) | |
getNode ($name) | |
setNode ($name, $node=null) | |
removeNode ($name) | |
count () | |
getIterator () | |
setTemplateName ($name) | |
getTemplateName () | |
setFilename ($name) | |
getFilename () | |
Protected Attributes | |
$usedFilters | |
$usedTags | |
$usedFunctions | |
Protected Attributes inherited from Twig_Node | |
$nodes | |
$attributes | |
$lineno | |
$tag | |
Definition at line 15 of file CheckSecurity.php.
Twig_Node_CheckSecurity::__construct | ( | array | $usedFilters, |
array | $usedTags, | ||
array | $usedFunctions | ||
) |
Definition at line 21 of file CheckSecurity.php.
References $usedFilters, $usedFunctions, and $usedTags.
Twig_Node_CheckSecurity::compile | ( | Twig_Compiler | $compiler | ) |
Compiles the node to PHP.
Implements Twig_NodeInterface.
Definition at line 30 of file CheckSecurity.php.
References Twig_Node\$name, $tags, $type, and Twig_Compiler\write().
|
protected |
Definition at line 17 of file CheckSecurity.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file CheckSecurity.php.
Referenced by __construct().
|
protected |
Definition at line 18 of file CheckSecurity.php.
Referenced by __construct().