sortModel() public method

Saves the display_order.
public sortModel ( )
コード例 #1
0
 /**
  * Save ordering of the objects.
  */
 public function actionSort()
 {
     $admin = new Admin(OEModule\OphCiExamination\models\OphCiExamination_Attribute::model(), $this);
     $admin->sortModel();
 }