Opponent
extends BaseComponent
in package
Table of Contents
Properties
- $id : int|null
- $name : string|null
- $opponent_score : string|null
- $score : string|null
- $team_score : string|null
- $win_loss : string|null
- $fields : array<string|int, string>
Properties
$id
public
int|null
$id
Opponents team ID
$name
public
string|null
$name
Opponents team name
$opponent_score
public
string|null
$opponent_score
The opponents part of the score
$score
public
string|null
$score
The final score of the game.
$team_score
public
string|null
$team_score
The teams part of the score
$win_loss
public
string|null
$win_loss
The outcome of the game.
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "score" => "string", "win_loss" => "string", "opponent_score" => "string", "team_score" => "string"]