/**
  * {@inheritDoc}
  */
 public function importThumbnail(\Concrete\Core\File\Image\Thumbnail\Type\Version $version, $path)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'importThumbnail', array($version, $path));
     return parent::importThumbnail($version, $path);
 }
 /**
  * When given a thumbnail type versin object and a full path to a file on the server
  * the file is imported into the system as is as the thumbnail.
  * @param ThumbnailTypeVersion $version
  * @param $path
  */
 public function importThumbnail(Concrete\Core\File\Image\Thumbnail\Type\Version $version, $path)
 {
     return parent::importThumbnail($version, $path);
 }