class ParsedExpression extends Expression
Represents an already parsed expression.
Methods
| __construct(string $expression, Node $nodes) Constructor. | ||
| string | __toString() Gets the expression. | from Expression |
| getNodes() |
Details
__construct(string $expression, Node $nodes)
Constructor.
string __toString()
Gets the expression.
Please login to continue.