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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Ternary')->outIs('THEN')->atomIs('Void')->back('first');
        $this->prepareQuery();
    }
Coalesce