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

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

public analyze ( )
    public function analyze()
    {
        $magicMethods = $this->loadIni('php_magic_methods.ini');
        $magicMethods = $magicMethods['magicMethod'];
        $this->atomIs('Functioncall')->codeIs($magicMethods)->inIs('METHOD')->raw('where( __.out("CLASS").has("code", within("static", "parent", "self")).count().is(eq(0)) )');
        $this->prepareQuery();
    }
DirectCallToMagicMethod