Exakat\Analyzer\Functions\OneLetterFunctions::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->outIs('NAME')->atomIsNot('Void')->fullcodeLength(' == 1 ');
        $this->prepareQuery();
    }
OneLetterFunctions