コード例 #1
0
ファイル: Builder.php プロジェクト: cosmow/riak
 /**
  * Set the expression's "new object".
  *
  * @see Expr::setNewObj()
  * @param array $newObj
  * @return self
  */
 public function setNewObj(array $newObj)
 {
     $this->expr->setNewObj($newObj);
     return $this;
 }