username = $username; $this->role = $role; } public function getUsername() { return $this->username; } public function getRole() { return $this->role; } } ?>