MemberOfficersCell
extends Cell
in package
View cell for displaying member officer assignments with temporal navigation.
Provides officer assignment dashboard for member profiles with tabs for current, upcoming, and historical assignments, plus administrative modals for release/edit.
Tags
Table of Contents
Properties
- $_validCellOptions : array<string, mixed>
Methods
- display() : void
- Display member officer assignments dashboard.
- initialize() : void
Properties
$_validCellOptions
protected
array<string, mixed>
$_validCellOptions
= []
Methods
display()
Display member officer assignments dashboard.
public
display(int|string $id) : void
Sets up the member ID for template rendering. The template handles temporal navigation via turboActiveTabs and administrative modals (release/edit).
Parameters
- $id : int|string
-
Member ID, or -1 for current user
Return values
void —Sets 'id' for template
initialize()
public
initialize() : void