id; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } public function getPath() { return __DIR__.'/../../../../temp/uploadable'; } }