コード例 #1
0
 /**
  * Unloads all filters and other cached information
  */
 protected function unload_all_filters()
 {
     parent::unload_all_filters();
     $this->filterscreated = 0;
     $this->textsfiltered = 0;
     $this->stringsfiltered = 0;
 }