id; } public function getTorrent(): int { return $this->torrent; } public function getSize(): int { return $this->size; } public function getPath(): string { return $this->path; } }