dropDocumentCollection() 공개 메소드

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