示例#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;
 }