GroupTeam
extends BaseModel
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getId() : int
- getTeam() : Team
Properties
$id
protected
int
$id
$team
protected
Team
$team
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []
getId()
public
getId() : int
Return values
intgetTeam()
public
getTeam() : Team