OphInBiometry_LensType_Lens::model PHP 메소드

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the
리턴 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