Expression
class Expression
Represents an expression.
Methods
__construct(string $expression)
Constructor.
string
__toString()
Gets the expression.
Details
at line line 28
__construct(string $expression)
Constructor.
at line line 38
string
__toString()
Gets the expression.