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