|
|
| $id |
| |
|
| $time_start |
| |
|
| $time_end |
| |
|
| $name |
| |
|
| $description |
| |
|
| $organizer_club_id |
| |
Cup is swimming cup organized by Club with User entities signed up to it. Each User usually has some Position to perform at Cup when it takes place.
◆ __construct()
| Cup::__construct |
( |
|
$id, |
|
|
|
$time_start, |
|
|
|
$time_end, |
|
|
|
$name, |
|
|
|
$description, |
|
|
|
$organizer_club_id |
|
) |
| |
Ctor of Cup object for web application
- Parameters
-
| int | $id | |
| string | $time_start | |
| string | $time_end | |
| int | $name | |
| string | $description | |
| int | $organizer_club_id | |
◆ SerializeFull()
SerializeFull outputs 6/6 these members: id, time_start, time_end, name, description, owningclub
- Returns
- string
◆ SerializeSlim()
SerializeSlim outputs 4/6 these members: id, time_start, time_end, name, -NULL-, -NULL-
- Returns
- string
The documentation for this class was generated from the following file: