class ParsedExpression extends Expression

Represents an already parsed expression.

Properties

protected $expression from Expression

Methods

__construct(string $expression, Node $nodes)

No description

string
__toString()

Gets the expression.

getNodes()

No description

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()