RaceRead
extends BaseComponent
in package
RaceRead Model
Table of Contents
Properties
- $description : string|null
- $race_type_id : int
- $user_id : int
- $user_race_id : int
- $fields : array<string|int, string>
Properties
$description
public
string|null
$description
The description of a race type
$race_type_id
public
int
$race_type_id
The ID of a race type
$user_id
public
int
$user_id
The ID of the user who is associated to race type
$user_race_id
public
int
$user_race_id
The ID of user and race type association
$fields
protected
static array<string|int, string>
$fields
= ["race_type_id" => "int", "description" => "string", "user_race_id" => "int", "user_id" => "int"]