id = $id; $this->username = $username; } public function getUsername() { return $this->username; } }