W3cubDocs

/Symfony 3.0

Symfony\Component\ExpressionLanguage\SerializedParsedExpression

class SerializedParsedExpression extends ParsedExpression

Represents an already parsed expression.

Methods

__construct(string $expression, string $nodes)

Constructor.

string __toString()

Gets the expression.

from Expression
getNodes()

Details

public __construct(string $expression, string $nodes)

Constructor.

Parameters

string $expression An expression
string $nodes The serialized nodes for the expression

public string __toString()

Gets the expression.

Return Value

string The expression

public getNodes()

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.html