Reminder extends PublicCallable
FinalYes
Table of Contents
Methods
- __construct() : mixed
- add() : mixed
- Add a new reminder
- deleteByCurrentUser() : mixed
- Delete all reminders for the current user
- getErrorCollection() : mixed
- getForbiddenMethods() : mixed
- getListByCurrentUser() : mixed
- Get all reminders for the current user
Methods
__construct()
public
__construct() : mixed
add()
Add a new reminder
public
add(array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $data : array<string|int, mixed>
- $parameters : array<string|int, mixed> = array()
deleteByCurrentUser()
Delete all reminders for the current user
public
deleteByCurrentUser() : mixed
getErrorCollection()
public
getErrorCollection() : mixed
getForbiddenMethods()
public
static getForbiddenMethods() : mixed
getListByCurrentUser()
Get all reminders for the current user
public
getListByCurrentUser() : mixed