mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 11:00:31 +02:00
Fichier "Mon équipe"
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
class User
|
||||
{
|
||||
public $id;
|
||||
private $id;
|
||||
public $email;
|
||||
public $pwd_hash;
|
||||
private $pwd_hash;
|
||||
public $surname;
|
||||
public $first_name;
|
||||
public $birth_date;
|
||||
@ -20,12 +20,12 @@ class User
|
||||
public $responsible_phone;
|
||||
public $responsible_email;
|
||||
public $description;
|
||||
public $role;
|
||||
public $team_id;
|
||||
public $year;
|
||||
public $confirm_email;
|
||||
public $forgotten_password;
|
||||
public $inscription_date;
|
||||
private $role;
|
||||
private $team_id;
|
||||
private $year;
|
||||
private $confirm_email;
|
||||
private $forgotten_password;
|
||||
private $inscription_date;
|
||||
|
||||
private function __construct() {}
|
||||
|
||||
|
Reference in New Issue
Block a user