KMP PHP API Reference

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)

$_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
Return values
int|null
On this page

Search results