CourtAgenda
extends BaseEntity
in package
Persistent gathering-level court agenda.
Table of Contents
Properties
- $branch_id : int|null
- $court_agenda_segments : array<string|int, CourtAgendaSegment>
- $created : DateTime
- $created_by : int|null
- $deleted : DateTime|null
- $description : string|null
- $gathering : Gathering
- $gathering_id : int
- $id : int
- $is_default : bool
- $modified : DateTime|null
- $modified_by : int|null
- $name : string
- $_accessible : array<string, bool>
Methods
- getBranchId() : int|null
- Get the branch ID for authorization checks.
Properties
$branch_id
public
int|null
$branch_id
Associated branch ID (when applicable)
$court_agenda_segments
public
array<string|int, CourtAgendaSegment>
$court_agenda_segments
$created
public
DateTime
$created
$created_by
public
int|null
$created_by
$deleted
public
DateTime|null
$deleted
$description
public
string|null
$description
$gathering
public
Gathering
$gathering
$gathering_id
public
int
$gathering_id
$id
public
int
$id
$is_default
public
bool
$is_default
$modified
public
DateTime|null
$modified
$modified_by
public
int|null
$modified_by
$name
public
string
$name
$_accessible
protected
array<string, bool>
$_accessible
= ['gathering_id' => true, 'name' => true, 'description' => true, 'is_default' => true, 'modified' => true, 'created' => true, 'created_by' => true, 'modified_by' => true, 'deleted' => true, 'gathering' => true, 'court_agenda_segments' => true]
Methods
getBranchId()
Get the branch ID for authorization checks.
public
getBranchId() : int|null