class Expression

Represents an expression.

Methods

__construct(string $expression)

Constructor.

string
__toString()

Gets the expression.

Details

at line line 28
__construct(string $expression)

Constructor.

Parameters

string $expression An expression

at line line 38
string __toString()

Gets the expression.

Return Value

string The expression