class Expression
Represents an expression.
Methods
__construct(string $expression) Constructor. | ||
string | __toString() Gets the expression. |
Details
__construct(string $expression)
Constructor.
string __toString()
Gets the expression.
class Expression
Represents an expression.
__construct(string $expression) Constructor. | ||
string | __toString() Gets the expression. |
Constructor.
Gets the expression.
Please login to continue.