Guest User

Untitled

a guest
Jan 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public function getThumbnailAsFile()
  2. {
  3. $image = $this->thumbnail;
  4.  
  5. if (0 == $image->getSize())
  6. return 'none';
  7.  
  8. return $image->getBytes();
  9. }
Add Comment
Please, Sign In to add comment