Exakat\Analyzer\Classes\UndefinedParentMP::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        // parent::method()
        $this->atomIs('Staticmethodcall')->outIs('CLASS')->codeIs('parent')->inIs('CLASS')->analyzerIsNot('Classes/DefinedParentMP');
        $this->prepareQuery();
        $this->atomIs('Staticproperty')->outIs('CLASS')->codeIs('parent')->inIs('CLASS')->analyzerIsNot('Classes/DefinedParentMP');
        $this->prepareQuery();
    }
UndefinedParentMP