Exakat\Analyzer\Analyzer::atomFunctionIs PHP Метод

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

public atomFunctionIs ( $atom )
    public function atomFunctionIs($atom)
    {
        $this->atomIs('Functioncall');
        $this->functioncallIs($atom);
        return $this;
    }
Analyzer