KMP PHP API Reference

AwardGatheringActivity extends Entity
in package

AwardGatheringActivity Entity

Join entity for the many-to-many relationship between Awards and GatheringActivities. Represents the association between an award and a gathering activity during which the award can be given out.

Table of Contents

Properties

$award  : Award
$award_id  : int
$created  : DateTime
$created_by  : int|null
$gathering_activity  : GatheringActivity
$gathering_activity_id  : int
$id  : int
$modified  : DateTime|null
$modified_by  : int|null
$_accessible  : array<string, bool>
Fields that can be mass assigned using newEntity() or patchEntity().

Properties

$_accessible

Fields that can be mass assigned using newEntity() or patchEntity().

protected array<string, bool> $_accessible = ['award_id' => true, 'gathering_activity_id' => true, 'created' => true, 'modified' => true, 'created_by' => true, 'modified_by' => true, 'award' => true, 'gathering_activity' => true]

Note that when '' is set to true, this allows all unspecified fields to be mass assigned. For security purposes, it is advised to set '' to false (or remove it), and explicitly make individual fields accessible as needed.


        
On this page

Search results