createCollections() public method

Create all the mapped document collections in the metadata factory.
public createCollections ( )
 /**
  * @param SchemaManager $schemaManager
  */
 protected function createSchema(SchemaManager $schemaManager)
 {
     $schemaManager->createCollections();
 }
 protected function processCollection(SchemaManager $sm)
 {
     $sm->createCollections();
 }