Ouzo\Db\WhereClause\SqlWhereClause::toSql PHP Méthode

toSql() public méthode

public toSql ( )
    public function toSql()
    {
        return stripos($this->sql, 'OR') ? '(' . $this->sql . ')' : $this->sql;
    }