getProduct()->getSlug().DIRECTORY_SEPARATOR.$this->getFilename(); } public function getSizeInMB() { return round($this->getSize() / 1024 / 1024, 3); } }