username = $username; } /** * @since 18.0.0 */ public function getUsername(): string { return $this->username; } }