KMP PHP API Reference

RecommendationMigrationRun extends BaseEntity
in package

Base Entity for KMP Application

Table of Contents

Constants

MODE_APPLY  : mixed = 'apply'
MODE_DRY_RUN  : mixed = 'dry-run'
MODE_RESUME  : mixed = 'resume'
STATUS_COMPLETED  : mixed = 'completed'
STATUS_FAILED  : mixed = 'failed'
STATUS_RUNNING  : mixed = 'running'

Properties

$branch_id  : int|null
$created  : DateTime|null
$id  : int
$modified  : DateTime|null
$_accessible  : array<string|int, mixed>

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|int, mixed> $_accessible = ['mode' => true, 'status' => true, 'filters' => true, 'summary' => true, 'started' => true, 'completed' => true, 'created_by' => true, 'modified_by' => 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