deleteModel() public method

Deletes the models for which an array of IDs has been posted.
public deleteModel ( )
コード例 #1
0
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(OphInBiometry_LensType_Lens::model(), $this);
     $admin->deleteModel();
 }
コード例 #2
0
 /**
  * Deletes rows for the model
  */
 public function actionDelete()
 {
     $admin = new Admin(Complication::model(), $this);
     $admin->deleteModel();
 }
コード例 #3
0
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(FormularyDrugs::model(), $this);
     $admin->deleteModel();
 }
コード例 #4
0
 /**
  * Deletes rows for the model
  */
 public function actionDelete()
 {
     $admin = new Admin(Risk::model(), $this);
     $admin->deleteModel();
 }
コード例 #5
0
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(Procedure::model(), $this);
     $admin->deleteModel();
 }
コード例 #6
0
 /**
  * Deletes rows for the model
  */
 public function actionDelete()
 {
     $admin = new Admin(MedicationDrug::model(), $this);
     $admin->deleteModel();
 }
コード例 #7
0
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(OperativeDevice::model(), $this);
     $admin->deleteModel();
 }