Beispiel #1
0
 /**
  * Remove one or more items from a repository collection.
  *
  * @param null|array|\Closure $query The query to use to select the items for removal.
  *
  * @return int|bool The number of items removed or false on failure.
  */
 public function remove($query)
 {
     return $this->peer->remove($query);
 }