Beispiel #1
0
 /**
  * @return string
  */
 public function __toString()
 {
     $conditions = $this->_where->getConditions();
     if (count($conditions) === 0) {
         return '';
     }
     return implode(' ', $conditions);
 }