Beispiel #1
0
 /**
  * Drop the collection container from the Repository.
  *
  * @return bool Returns true if successfully dropped; false otherwise.
  */
 public function drop()
 {
     return $this->peer->drop();
 }