Pinq\Analysis\Types\MixedType::getCast PHP Метод

getCast() публичный Метод

public getCast ( CastExpression $expression )
$expression Pinq\Expressions\CastExpression
    public function getCast(O\CastExpression $expression)
    {
        throw $this->unsupported($expression, 'cast \'%s\' is not supported', [$expression->getCastType()]);
    }