AdminMyinfo extends AppController
Admin My Info
Table of Contents
Methods
| index() | Update this staff members information |
| notices() | Updates assigned BCC notices |
| preAction() | Pre-action setup method that is called before the index method, or the set controller action |
| getGroupNotices() | Retrieves a list of staff group notices |
| getTabNames() | Retrieves a list of link tabs for use in templates |
Methods
index()
Update this staff members information
public
index() : mixed
notices()
Updates assigned BCC notices
public
notices() : mixed
preAction()
Pre-action setup method that is called before the index method, or the set controller action
public
preAction() : mixed
getGroupNotices()
Retrieves a list of staff group notices
private
getGroupNotices(int $staff_group_id, string $type) : array<string|int, mixed>
Parameters
- $staff_group_id : int
-
The ID of the staff group this staff member belongs to
- $type : string
-
The notice type of the email groups to fetch
Tags
Return values
array<string|int, mixed> —A list of available staff group notices
getTabNames()
Retrieves a list of link tabs for use in templates
private
getTabNames() : array<string|int, mixed>
Return values
array<string|int, mixed> —A list of tab names