users[] = $user; } /** * Retrieve all TwoFaUser objects in the collection. * * @return Rsssl_Two_FA_user[] */ public function getUsers(): array { return $this->users; } /** * Set the total number of records. */ public function setTotalRecords(int $totalRecords): void { $this->totalRecords = $totalRecords; } /** * Get the total number of records. * * @return int */ public function getTotalRecords(): int { return $this->totalRecords; } }