Exemple #1
0
 function __construct($id, $email, $salt, $name, $country, $phone)
 {
     parent::__construct($id, $email);
     $this->salt = $salt;
     $this->name = $name;
     $this->ctry = $country;
     $this->phone = $phone;
 }