コード例 #1
0
 public function removeAllImages($config = array())
 {
     if ($config['showlist_id']) {
         $objJSNThumb = JSNISFactory::getObj('classes.jsn_is_imagethumbnail');
         $objJSNThumb->deleteAllThumbnailByShowlistID($config['showlist_id']);
     }
     parent::removeAllImages($config);
 }