OEModule\PatientTicketing\models\Priority::model PHP Méthode

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : OEModule\PatientTicketing\models\Priority
Résultat OEModule\PatientTicketing\models\Priority the static model class
    public static function model($className = __CLASS__)
    {
        return parent::model($className);
    }