This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ExpressionLanguage/Node
Michael Lee 166e1750bc [expression-language] Code Cleanup for GetAttrNode
Use ``$this->nodes['attribute']->attributes['value']`` to
replace ``$this->nodes['attribute']->evaluate($functions, $values)``
for method call and property call.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a
2015-08-13 19:30:11 +08:00
..
ArgumentsNode.php [ExpressionLanguage] added the component 2013-09-19 12:59:10 +02:00
ArrayNode.php Fixed typos 2013-11-09 12:55:32 +01:00
BinaryNode.php [2.5] Remove possible call_user_func() 2014-11-21 10:52:15 +01:00
ConditionalNode.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00
ConstantNode.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00
FunctionNode.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00
GetAttrNode.php [expression-language] Code Cleanup for GetAttrNode 2015-08-13 19:30:11 +08:00
NameNode.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00
Node.php [ExpressionLanguage] added the component 2013-09-19 12:59:10 +02:00
UnaryNode.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00