drop() публичный Метод

Drops this collection.
public drop ( ) : boolean
Результат boolean whether the operation successful.
Пример #1
0
 /**
  * @inheritdoc
  */
 public function drop()
 {
     return parent::drop() && $this->database->dropCollection($this->getChunkCollection()->name);
 }