Example #1
0
 public function isShareable()
 {
     if ($this->fileInfo) {
         return parent::isShareable();
     } else {
         throw new NotFoundException();
     }
 }