Storm\Core\Object\Expressions\ConstantExpression::__construct PHP Method

__construct() public method

public __construct ( $Value )
    public function __construct($Value)
    {
        $this->Value = $Value;
    }
ConstantExpression