Exemplo n.º 1
0
 public function setWhere(Restriction $aWhere)
 {
     $this->aWhere = $aWhere;
     $this->setRawWhere($aWhere->rawSql());
     return $this;
 }