class Expression

Represents an expression.

Properties

protected $expression

Methods

__construct(string $expression)

No description

string
__toString()

Gets the expression.

Details

__construct(string $expression)

Parameters

string $expression

string __toString()

Gets the expression.

Return Value

string The expression