OEModule\OphCiExamination\models\Element_OphCiExamination_DRGrading::model PHP Method

model() public static method

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