Exakat\Analyzer\Interfaces\Interfacenames::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Interface')->outIs('NAME');
        $this->prepareQuery();
    }
Interfacenames