예제 #1
0
 public function _change()
 {
     parent::_change();
     CM_Cache_Shared::getInstance()->delete(CM_CacheConst::ContentList_BadwordRegex);
 }
예제 #2
0
파일: Badwords.php 프로젝트: cargomedia/cm
 function __construct()
 {
     parent::__construct(self::getTypeStatic());
 }