removeInstance() public method

Remove instance from database
public removeInstance ( integer $id ) : boolean
$id integer
return boolean
Exemplo n.º 1
0
 /**
  * Remove the collection instance from the database
  *
  * @param  integer $collectionInstanceId
  * @return void
  */
 public function requestDeleteInstance($collectionInstanceId)
 {
     $this->CollectionsManager->removeInstance($collectionInstanceId);
 }