moveImage() публичный Метод

Move given image into new location
public moveImage ( string $path ) : string
$path string
Результат string
 /**
  * Update single image storage
  *
  * @param Newscoop\Image\LocalImage $image
  * @return void
  */
 private function updateImage(LocalImage $image)
 {
     $image->updateStorage($this->storage->moveImage($image->getPath()), $this->storage->moveThumbnail($image->getThumbnailPath()));
 }