Example #1
0
 /**
  * Register a callback to run before a bootstrapper.
  *
  * @param string $bootstrapper
  * @param \Closure $callback
  * @return void 
  * @static 
  */
 public static function beforeBootstrapping($bootstrapper, $callback)
 {
     //Method inherited from \Illuminate\Foundation\Application
     \October\Rain\Foundation\Application::beforeBootstrapping($bootstrapper, $callback);
 }