Pinq\Analysis\Types\MixedType::getStaticMethod PHP Method

getStaticMethod() public method

public getStaticMethod ( StaticMethodCallExpression $expression )
$expression Pinq\Expressions\StaticMethodCallExpression
    public function getStaticMethod(O\StaticMethodCallExpression $expression)
    {
        throw $this->unsupported($expression, 'static method %s is not supported', [$expression->getName()->compileDebug()]);
    }