예제 #1
0
파일: menu.php 프로젝트: adjaika/J3Base
 /**
  * Custom clean the cache
  *
  * @param   string   $group      Cache group name.
  * @param   integer  $client_id  Application client id.
  *
  * @return  void
  *
  * @since   1.6
  */
 protected function cleanCache($group = null, $client_id = 0)
 {
     parent::cleanCache('com_modules');
     parent::cleanCache('mod_menu');
 }
예제 #2
0
파일: menu.php 프로젝트: akksi/jcg
 /**
  * Custom clean cache method
  *
  * @since	1.6
  */
 function cleanCache()
 {
     parent::cleanCache('com_modules');
     parent::cleanCache('mod_menu');
 }