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

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

public getConstructor ( NewExpression $expression )
$expression Pinq\Expressions\NewExpression
    public function getConstructor(O\NewExpression $expression)
    {
        throw $this->unsupported($expression, 'constructor is not supported');
    }