dropDocumentCollection() public method

Drop the document collection for a mapped class.
public dropDocumentCollection ( string $documentName )
$documentName string
Exemplo n.º 1
0
 protected function processDocumentCollection(SchemaManager $sm, $document)
 {
     $sm->dropDocumentCollection($document);
 }