PHP Class Storm\Core\Object\Expressions\CastExpression

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

Public Methods

Method Description
GetCastType ( ) : string
GetCastValueExpression ( ) : Expression
__construct ( $CastType, Expression $CastValueExpression )

Method Details

GetCastType() public method

public GetCastType ( ) : string
return string The cast operator

GetCastValueExpression() public method

public GetCastValueExpression ( ) : Expression
return Expression The expression which is cast

__construct() public method

public __construct ( $CastType, Expression $CastValueExpression )
$CastValueExpression Expression