purgeScriptCache() 공개 메소드

Purge the script cache
public purgeScriptCache ( )
 /**
  * Overwrite for Automator::purgeScriptCache()
  * Makes sure the forum layout is regenerated
  *
  */
 public function purgeScriptCache()
 {
     $automator = new Automator();
     $automator->purgeScriptCache();
     System::getContainer()->get('phpbb_bridge.connector')->generateForumLayoutFiles();
     $this->log('Purged the phpbb forum cache', __METHOD__, TL_CRON);
 }