Value
in package
implements
Expression
Table of Contents
Interfaces
- Expression
- Expression for the {@link Selectable} interface.
Properties
- $value : mixed
Methods
- __construct() : mixed
- getValue() : mixed
- visit() : mixed
Properties
$value
private
mixed
$value
Methods
__construct()
public
__construct(mixed $value) : mixed
Parameters
- $value : mixed
getValue()
public
getValue() : mixed
visit()
public
visit(ExpressionVisitor $visitor) : mixed
Parameters
- $visitor : ExpressionVisitor