Exemplo n.º 1
0
 /**
  * Handles processing before the execute process
  */
 public function preProcess()
 {
     // Turn on the metadata manager queue but turn off the queue runner until
     // after all processing is done
     MetaDataManager::enableCacheRefreshQueue();
     MetaDataManager::setRunQueueOnCallOff();
 }