Storm\Core\Object\Expressions\CastExpression::GetCastType PHP Method

GetCastType() public method

public GetCastType ( ) : string
return string The cast operator
    public function GetCastType()
    {
        return $this->CastType;
    }