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

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->outIs('BLOCK')->raw('where( __.out("ELEMENT").not(hasLabel("Const")).count().is(eq(0)))')->back('first');
        $this->prepareQuery();
        $this->atomIs('Interface')->outIs('BLOCK')->raw('where( __.out("ELEMENT").not(hasLabel("Const")).count().is(eq(0)))')->back('first');
        $this->prepareQuery();
    }
ConstantClass