コード例 #1
0
ファイル: Builder.php プロジェクト: cosmow/riak
 /**
  * Remove the first element from the current array field.
  *
  * @see Expr::popFirst()
  * @see http://docs.mongodb.org/manual/reference/operator/pop/
  * @return self
  */
 public function popFirst()
 {
     $this->expr->popFirst();
     return $this;
 }