uid = $uid; $this->password = $password; } /** * @since 18.0.0 */ public function getUid(): string { return $this->uid; } /** * @since 18.0.0 */ public function getPassword(): string { return $this->password; } }