public function getThumbnailAsFile() { $image = $this->thumbnail; if (0 == $image->getSize()) return 'none'; return $image->getBytes(); }