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);
 }