Beispiel #1
0
 /**
  * @param string $resolution
  * @param string $name
  * @param int $method
  * @return ImagePath
  */
 public function createImagePath($resolution, $name, $method)
 {
     $url = $this->hostUrl . '/' . $this->path->getRawUrl($name, $resolution, $method);
     return $this->local->saveFile($url, $name, $resolution, $method);
 }