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

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->inIsNot(array('NEW', 'METHOD'))->savePropertyAs('code', 'name')->functionDefinition()->samePropertyAs('code', 'name')->notSamePropertyAs('code', 'name', true)->back('first');
        $this->prepareQuery();
    }
FunctionCalledWithOtherCase