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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->outIs('BLOCK')->atomInside('Function')->hasOut('STATIC')->outIs('NAME');
        $this->prepareQuery();
        $this->atomIs('Class')->outIs('BLOCK')->atomInside('Ppp')->hasOut('STATIC')->outIs('PPP');
        $this->prepareQuery();
    }
StaticCpm