OphInBiometry_LensType_Lens::model PHP Method

model() public static method

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the
return the static model class
    public static function model($className = __CLASS__)
    {
        return parent::model($className);
    }

Usage Example

コード例 #1
0
 /**
  * Deletes rows for the model.
  */
 public function actionDelete()
 {
     $admin = new Admin(OphInBiometry_LensType_Lens::model(), $this);
     $admin->deleteModel();
 }
All Usage Examples Of OphInBiometry_LensType_Lens::model