ParsedExpression
class ParsedExpression extends Expression
Represents an already parsed expression.
Methods
__construct(string $expression, Node $nodes) | ||
string | __toString() Gets the expression. | from Expression |
getNodes() |
Details
__construct(string $expression, Node $nodes)
Parameters
string | $expression | |
Node | $nodes | A Node representing the expression |
string __toString()
Gets the expression.
Return Value
string | The expression |
getNodes()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/ExpressionLanguage/ParsedExpression.html