Pinq\Analysis\Types\CompositeType::getStaticMethod PHP Метод

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

public getStaticMethod ( StaticMethodCallExpression $expression )
$expression Pinq\Expressions\StaticMethodCallExpression
    public function getStaticMethod(O\StaticMethodCallExpression $expression)
    {
        return $this->getTypeData(__FUNCTION__, $expression);
    }