user_id = $user_id; $this->username = $username; $this->password = $password; $this->email=$email; $this->firstname = $firstname; $this->lastname=$lastname; $this->role=$role; $this->created_at=$created_at; $this->street = $street; $this->streetnumber=$streetnumber; $this->postalcode=$postalcode; $this->country = $country; $this->phone=$phone; } }