ReminderType : string implements IntModelValue
Table of Contents
Interfaces
Cases
- NONE = 'none'
- ONCE_PER_DAY = 'oncePerDay'
- THREE_TIMES_PER_DAY = 'threeTimesPerDay'
- TWICE_PER_DAY = 'twicePerDay'
Methods
- toInt() : int
- tryFromInt() : self|null
Cases
NONE
ONCE_PER_DAY
TWICE_PER_DAY
THREE_TIMES_PER_DAY
Methods
toInt()
public
toInt() : int
Return values
inttryFromInt()
public
static tryFromInt(int $number) : self|null
Parameters
- $number : int