drop() public method

Drops this collection.
public drop ( ) : boolean
return boolean whether the operation successful.
Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function drop()
 {
     return parent::drop() && $this->database->dropCollection($this->getChunkCollection()->name);
 }