Exakat\Analyzer\Interfaces\InterfaceMethod::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Interface')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Function')->outIs('NAME');
        $this->prepareQuery();
    }
InterfaceMethod