CourtAgendaItem
extends BaseEntity
in package
Ordered item on a court agenda segment.
Table of Contents
Constants
- ROLE_ANNOUNCE : mixed = 'announce'
- ROLE_BREAK : mixed = 'break'
- ROLE_FINISH : mixed = 'finish'
- ROLE_PRESENT : mixed = 'present'
- ROLE_START : mixed = 'start'
- TYPE_BESTOWAL : mixed = 'bestowal'
- TYPE_BLOCK : mixed = 'block'
Properties
- $bestowal : Bestowal|null
- $bestowal_id : int|null
- $branch_id : int|null
- $court_agenda_segment : CourtAgendaSegment
- $court_agenda_segment_id : int
- $created : DateTime|null
- $duration_locked : bool
- $estimated_minutes : int
- $id : int
- $include_reasons : bool
- $include_specialties : bool
- $is_optional : bool
- $item_type : string
- $modified : DateTime|null
- $planned_action : string|null
- $presentation_notes : string|null
- $print_notes : string|null
- $role : string
- $sort_order : int
- $title : string|null
- $_accessible : array<string, bool>
Methods
- getBranchId() : int|null
- Get the branch ID for authorization checks.
Constants
ROLE_ANNOUNCE
public
mixed
ROLE_ANNOUNCE
= 'announce'
ROLE_BREAK
public
mixed
ROLE_BREAK
= 'break'
ROLE_FINISH
public
mixed
ROLE_FINISH
= 'finish'
ROLE_PRESENT
public
mixed
ROLE_PRESENT
= 'present'
ROLE_START
public
mixed
ROLE_START
= 'start'
TYPE_BESTOWAL
public
mixed
TYPE_BESTOWAL
= 'bestowal'
TYPE_BLOCK
public
mixed
TYPE_BLOCK
= 'block'
Properties
$bestowal
public
Bestowal|null
$bestowal
$bestowal_id
public
int|null
$bestowal_id
$branch_id
public
int|null
$branch_id
Associated branch ID (when applicable)
$court_agenda_segment
public
CourtAgendaSegment
$court_agenda_segment
$court_agenda_segment_id
public
int
$court_agenda_segment_id
$created
public
DateTime|null
$created
Creation timestamp
$duration_locked
public
bool
$duration_locked
$estimated_minutes
public
int
$estimated_minutes
$id
public
int
$id
$include_reasons
public
bool
$include_reasons
$include_specialties
public
bool
$include_specialties
$is_optional
public
bool
$is_optional
$item_type
public
string
$item_type
$modified
public
DateTime|null
$modified
Last modification timestamp
$planned_action
public
string|null
$planned_action
$presentation_notes
public
string|null
$presentation_notes
$print_notes
public
string|null
$print_notes
$role
public
string
$role
$sort_order
public
int
$sort_order
$title
public
string|null
$title
$_accessible
protected
array<string, bool>
$_accessible
= ['court_agenda_segment_id' => true, 'bestowal_id' => true, 'item_type' => true, 'role' => true, 'title' => true, 'sort_order' => true, 'planned_action' => true, 'estimated_minutes' => true, 'duration_locked' => true, 'presentation_notes' => true, 'print_notes' => true, 'is_optional' => true, 'include_reasons' => true, 'include_specialties' => true, 'modified' => true, 'created' => true, 'created_by' => true, 'modified_by' => true, 'deleted' => true, 'court_agenda_segment' => true, 'bestowal' => true]
Methods
getBranchId()
Get the branch ID for authorization checks.
public
getBranchId() : int|null
Child classes should override for complex branch relationships.
Return values
int|null —The branch ID, or null if no association