SharedRoadtrip
extends Entity
in package
SharedRoadtrip Entity
Table of Contents
Properties
- $created : DateTime
- $id : int
- $roadtrip : Roadtrip
- $roadtrip_id : int
- $token : string
- $view_count : int
- $_accessible : array<string, bool>
- Fields that can be mass assigned using newEntity() or patchEntity().
- $_hidden : array<string|int, string>
- Fields that are excluded from JSON versions of the entity.
Properties
$created
public
DateTime
$created
$id
public
int
$id
$roadtrip
public
Roadtrip
$roadtrip
$roadtrip_id
public
int
$roadtrip_id
$token
public
string
$token
$view_count
public
int
$view_count
$_accessible
Fields that can be mass assigned using newEntity() or patchEntity().
protected
array<string, bool>
$_accessible
= ['roadtrip_id' => true, 'token' => true, 'view_count' => true, 'created' => true, 'roadtrip' => 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.
$_hidden
Fields that are excluded from JSON versions of the entity.
protected
array<string|int, string>
$_hidden
= ['token']