save() public méthode

public save ( string $outputFile ) : string
$outputFile string
Résultat string
Exemple #1
0
 /**
  * Save the image to the given outputFile
  *
  * @param $outputFile
  * @return string the URL to the saved image
  * @static 
  */
 public static function save($outputFile)
 {
     return \Spatie\Glide\GlideImage::save($outputFile);
 }