|
|
| $id |
| |
|
| $first_name |
| |
|
| $last_name |
| |
|
| $email |
| |
|
| $approved_flag |
| |
|
| $rights |
| |
|
| $referee_rank_id |
| |
|
| $affiliation_club_id |
| |
User is referee in the system. User is affiliated to Club has one of UserRights and one of tier from RefereeRank. His statistics are presented via StatUserCnt in public sites via PositionsManager.
◆ __construct()
| User::__construct |
( |
|
$id, |
|
|
|
$first_name, |
|
|
|
$last_name, |
|
|
|
$email, |
|
|
|
$approved_flag, |
|
|
|
$rights, |
|
|
|
$referee_rank_id, |
|
|
|
$affiliation_club_id |
|
) |
| |
Ctor of User object for web application
- Parameters
-
| int | $id | |
| string | $first_name | |
| string | $last_name | |
| string | $email | |
| bool | $approved_flag | |
| int | $rights | |
| int | $referee_rank_id | |
| int | $affiliation_club_id | |
◆ SerializeFull()
Serialize outputs 8/8 these members: id, first_name, last_name, email, approved_flag, rights, referee_rank_id, affiliation_club_id
- Returns
- string
◆ SerializeSlim()
Serialize outputs 5/8 these members: id, first_name, last_name, -N/A-, -N/A-, -N/A-, referee_rank_id, affiliation_club_id
- Returns
- string
◆ SerializeTag()
Serialize outputs 2/8 these members: -NULL-, first_name, last_name, -NULL-, -NULL-, -NULL-, -NULL-, -NULL-
- Returns
- string
The documentation for this class was generated from the following file: