コード例 #1
0
ファイル: AController.php プロジェクト: kewaunited/xcart
 /**
  * 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();
 }
コード例 #2
0
ファイル: Main.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Decorator run this method at the end of cache rebuild
  *
  * @return void
  */
 public static function runBuildCacheHandler()
 {
     parent::runBuildCacheHandler();
     RegistrationScheduler::getInstance()->schedule();
 }