SerializedParsedExpression
extends ParsedExpression
in package
Represents an already parsed expression.
Tags
Table of Contents
- $expression : mixed
- $nodes : mixed
- __construct() : mixed
- __toString() : string
- Gets the expression.
- getNodes() : mixed
Properties
$expression
protected
mixed
$expression
$nodes
private
mixed
$nodes
Methods
__construct()
public
__construct(string $expression, string $nodes) : mixed
Parameters
- $expression : string
-
An expression
- $nodes : string
-
The serialized nodes for the expression
Return values
mixed —__toString()
Gets the expression.
public
__toString() : string
Return values
string —getNodes()
public
getNodes() : mixed