dropCollections() public method

Drop all the mapped document collections in the metadata factory.
public dropCollections ( )
 /**
  * @param SchemaManager $schemaManager
  */
 protected function dropSchema(SchemaManager $schemaManager)
 {
     $schemaManager->dropCollections();
 }
Ejemplo n.º 2
0
 protected function processCollection(SchemaManager $sm)
 {
     $sm->dropCollections();
 }