Example #1
0
 function _getCacheFileName($image)
 {
     $ext = File_Common::getExtension($image);
     return sprintf("w%s_h%s_%s%s", $this->width, $this->height, $this->image_file_md5, $ext);
 }