|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Twig_Node_Expression_Call:
Collaboration diagram for Twig_Node_Expression_Call:Protected Member Functions | |
| compileCallable (Twig_Compiler $compiler) | |
| compileArguments (Twig_Compiler $compiler) | |
| getArguments ($callable, $arguments) | |
| normalizeName ($name) | |
Private Member Functions | |
| getCallableParameters ($callable, $isVariadic) | |
| reflectCallable ($callable) | |
Private Attributes | |
| $reflector | |
Additional Inherited Members | |
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 () | |
| compile (Twig_Compiler $compiler) | |
| Compiles the node to PHP. More... | |
| getLine () | |
| getNodeTag () | |
Protected Attributes inherited from Twig_Node | |
| $nodes | |
| $attributes | |
| $lineno | |
| $tag | |
|
protected |
Definition at line 48 of file Call.php.
References getArguments(), Twig_Node\getAttribute(), Twig_Node\getNode(), Twig_Node\hasAttribute(), Twig_Node\hasNode(), Twig_Compiler\raw(), Twig_Compiler\string(), and Twig_Compiler\subcompile().
Referenced by compileCallable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 15 of file Call.php.
References $r, $type, Twig_Node\compile(), compileArguments(), Twig_Node\getAttribute(), Twig_Node\hasAttribute(), Twig_Compiler\raw(), reflectCallable(), and sprintf.
Referenced by Twig_Node_Expression_Filter\compile(), Twig_Node_Expression_Function\compile(), and Twig_Node_Expression_Test\compile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in Twig_Tests_Node_Expression_Call.
Definition at line 102 of file Call.php.
References $key, $message, Twig_Node\$name, $names, Twig_Node\count(), Twig_Node\getAttribute(), getCallableParameters(), Twig_Node\hasAttribute(), normalizeName(), and sprintf.
Referenced by compileArguments().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 219 of file Call.php.
References $r, Twig_Node\getAttribute(), Twig_Node\hasAttribute(), Twig_Node\hasNode(), reflectCallable(), and sprintf.
Referenced by getArguments().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 214 of file Call.php.
References Twig_Node\$name.
Referenced by getArguments().
Here is the caller graph for this function:
|
private |
Definition at line 258 of file Call.php.
References $r, and $reflector.
Referenced by compileCallable(), and getCallableParameters().
Here is the caller graph for this function:
|
private |
Definition at line 13 of file Call.php.
Referenced by reflectCallable().