id = $result->getString(0); $this->torrentId = $result->getString(1); $this->hash = $result->getString(2); } public function getId(): string { return $this->id; } public function getTorrentId(): string { return $this->torrentId; } public function getHash(): string { return $this->hash; } }