Exemplo n.º 1
0
 /**
  * @param Where $where
  * @return $this
  */
 public function setWhere(Where $where)
 {
     $this->where = $where;
     $this->where->setCamel($this);
     return $this;
 }