PHPSQLParser\Options::getConsistentSubtrees PHP Method

getConsistentSubtrees() public method

public getConsistentSubtrees ( ) : boolean
return boolean
    public function getConsistentSubtrees()
    {
        return isset($this->options[self::CONSISTENT_SUB_TREES]) && $this->options[self::CONSISTENT_SUB_TREES];
    }