Exakat\Analyzer\Php\NullCoalesce::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Coalesce');
        $this->prepareQuery();
    }
NullCoalesce