id; } public function getTorrent(): Torrent { return $this->torrent; } /** Returns file size in bytes */ public function getSize(): int { return $this->size; } /** Returns file path relative to the torrent root directory */ public function getPath(): string { return $this->path; } }