deleteModel() public method

Deletes the models for which an array of IDs has been posted.
public deleteModel ( )
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(OphInBiometry_LensType_Lens::model(), $this);
     $admin->deleteModel();
 }
 /**
  * Deletes rows for the model
  */
 public function actionDelete()
 {
     $admin = new Admin(Complication::model(), $this);
     $admin->deleteModel();
 }
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(FormularyDrugs::model(), $this);
     $admin->deleteModel();
 }
 /**
  * Deletes rows for the model
  */
 public function actionDelete()
 {
     $admin = new Admin(Risk::model(), $this);
     $admin->deleteModel();
 }
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(Procedure::model(), $this);
     $admin->deleteModel();
 }
 /**
  * Deletes rows for the model
  */
 public function actionDelete()
 {
     $admin = new Admin(MedicationDrug::model(), $this);
     $admin->deleteModel();
 }
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(OperativeDevice::model(), $this);
     $admin->deleteModel();
 }