getPrefix() . 'has been copied to ' . $tmpPath); $this->file = $file; $this->tmpPath = $tmpPath; } public function getName() { return __CLASS__; } /** * @return File */ public function getFile() { return $this->file; } /** * @return mixed */ public function getTmpPath() { return $this->tmpPath; } }