getString(0), hash: $result->getString(1), updated: $result->getInteger(2), ); } public function getUserId(): string { return $this->userId; } public function getHash(): string { return $this->hash; } public function getUpdatedTime(): int { return $this->updated; } public function getUpdatedAt(): DateTime { return DateTime::fromUnixTimeSeconds($this->updated); } }