SubStepPhoto
extends Entity
in package
SubStepPhoto Entity
Table of Contents
Properties
- $id : int
- $photo : string
- $sub_step : SubStep
- $sub_step_id : int
- $_accessible : array<string, bool>
- Fields that can be mass assigned using newEntity() or patchEntity().
Properties
$id
public
int
$id
$photo
public
string
$photo
$sub_step
public
SubStep
$sub_step
$sub_step_id
public
int
$sub_step_id
$_accessible
Fields that can be mass assigned using newEntity() or patchEntity().
protected
array<string, bool>
$_accessible
= ['sub_step_id' => true, 'photo' => true, 'sub_step' => 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.