KMP PHP API Reference

ActionItemLog extends BaseEntity
in package

ActionItemLog Entity - append-only audit of action item status changes.

Table of Contents

Properties

$action_item  : ActionItem
$action_item_id  : int
$branch_id  : int|null
$created  : DateTime|null
$created_by  : int|null
$from_status  : string
$id  : int
$modified  : DateTime|null
$note  : string|null
$to_status  : 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)

$modified

public DateTime|null $modified

Last modification timestamp

$_accessible

protected array<string, bool> $_accessible = ['action_item_id' => true, 'from_status' => true, 'to_status' => true, 'note' => true, 'created' => true, 'created_by' => true, 'action_item' => 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