PHP Class Storm\Core\Object\Expressions\ConstantExpression

Author: Elliot Levin ([email protected])
Inheritance: extends Expression
Show file Open project: timetoogo/penumbra

Public Methods

Method Description
GetValue ( ) : mixed
__construct ( $Value )

Method Details

GetValue() public method

public GetValue ( ) : mixed
return mixed The constant value

__construct() public method

public __construct ( $Value )