Exemplo n.º 1
0
 /**
  * @param StoreCategory $category
  * @param int $width
  * @param int $height
  * @param bool|true $crop
  * @return mixed
  */
 public static function category(StoreCategory $category, $width = 0, $height = 0, $crop = true)
 {
     return $category->getImageUrl($width, $height, $crop, static::getDefaultImage());
 }