Example #1
0
 /**
  * Handles the request.
  * Parses the request variables if necessary. Attempts to call the specified action function
  *
  * @return void
  */
 public function handleRequest()
 {
     RegistrationScheduler::getInstance()->registerIfScheduled();
     parent::handleRequest();
 }
Example #2
0
 /**
  * Decorator run this method at the end of cache rebuild
  *
  * @return void
  */
 public static function runBuildCacheHandler()
 {
     parent::runBuildCacheHandler();
     RegistrationScheduler::getInstance()->schedule();
 }