id = $id; $this->fileName = $fileName; $this->path = $path; $this->labelId = $labelId; } public function getId() { return $this->id; } public function getFileName() { return $this->fileName; } public function getPath() { return $this->path; } } ?>