예제 #1
0
파일: Camel.php 프로젝트: dcarbone/camel
 /**
  * @param OrderBy $orderBy
  * @return $this
  */
 public function setOrderBy(OrderBy $orderBy)
 {
     $this->orderBy = $orderBy;
     $this->orderBy->setCamel($this);
     return $this;
 }