Favorite extends PublicCallable
FinalYes
Table of Contents
Methods
- __construct() : mixed
- add() : mixed
- Add a task to users own favorite list
- delete() : mixed
- Remove a task from users own favorite list
- getErrorCollection() : mixed
- getForbiddenMethods() : mixed
Methods
__construct()
public
__construct() : mixed
add()
Add a task to users own favorite list
public
add(mixed $taskId) : mixed
Parameters
- $taskId : mixed
delete()
Remove a task from users own favorite list
public
delete(mixed $taskId) : mixed
Parameters
- $taskId : mixed
getErrorCollection()
public
getErrorCollection() : mixed
getForbiddenMethods()
public
static getForbiddenMethods() : mixed