Beispiel #1
0
 /**
  * Remove the collection instance from the database
  *
  * @param  integer $collectionInstanceId
  * @return void
  */
 public function requestDeleteInstance($collectionInstanceId)
 {
     $this->CollectionsManager->removeInstance($collectionInstanceId);
 }