createDocumentCollection() public method

Create the document collection for a mapped class.
public createDocumentCollection ( string $documentName )
$documentName string
 protected function processDocumentCollection(SchemaManager $sm, $document)
 {
     $sm->createDocumentCollection($document);
 }