Exakat\Analyzer\Classes\MagicMethod::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $magicMethods = $this->loadIni('php_magic_methods.ini', 'magicMethod');
        $this->atomIs('Class')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Function')->outIs('NAME')->codeIs($magicMethods);
        $this->prepareQuery();
    }
MagicMethod