コード例 #1
0
ファイル: controller.php プロジェクト: jglaine/sugar761-ent
 /**
  * For ModuleBuilder postProcess handles running the metadata cache queue
  */
 public function postProcess()
 {
     // Turns the queue runner back on and calls it to let it do its thing
     MetaDataManager::setRunQueueOnCallOn();
     MetaDataManager::runCacheRefreshQueue();
 }