Example #1
0
 /**
  * Sets the execution context
  *
  * @param string $context
  * @return void 
  * @static 
  */
 public static function setExecutionContext($context)
 {
     \October\Rain\Foundation\Application::setExecutionContext($context);
 }