コード例 #1
0
 public function fireAfterSaveEvent()
 {
     // Clear the cache:
     $cacheRefreshOptions = array('system_settings' => array());
     $this->modx->cacheManager->refresh($cacheRefreshOptions);
     return parent::fireAfterSaveEvent();
 }