Expression
in package
Represents an expression.
Tags
Table of Contents
- $expression : mixed
- __construct() : mixed
- __toString() : string
- Gets the expression.
Properties
$expression
protected
mixed
$expression
Methods
__construct()
public
__construct(string $expression) : mixed
Parameters
- $expression : string
Return values
mixed —__toString()
Gets the expression.
public
__toString() : string