Phan\Analysis\PreOrderAnalysisVisitor::getContextClass PHP Method

getContextClass() private method

private getContextClass ( ) : Clazz
return Phan\Language\Element\Clazz Get the class on this scope or fail real hard
    private function getContextClass() : Clazz
    {
        return $this->context->getClassInScope($this->code_base);
    }