KMP PHP API Reference

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

Properties

$branch_id

public int|null $branch_id

Associated branch ID (when applicable)

$created

public DateTime|null $created

Creation timestamp

$modified

public DateTime|null $modified

Last modification timestamp

$_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

On this page

Search results