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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Logical')->codeIs(array('and', 'or', 'xor'));
        $this->prepareQuery();
    }
LogicalInLetters