NotificationState
final class NotificationState extends Enum
Class NotificationState
Constants
| NEW |
|
| READ |
|
| SEEN |
|
| PROCESSED |
|
| DEFAULT_STATES |
|
| PRE_STATES |
|
Methods
static bool
userHasReacted($status)
No description
Details
in
Enum at line 61
static array
constants()
Returns all existing constants
in
Enum at line 26
static bool
has(string $value)
Check if the enum has the given value
in
Enum at line 38
static bool
is(string $value, array $cmp)
Check if the enum is the given value
at line 38
static bool
userHasReacted($status)
No description