コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Sets the execution context
  *
  * @param string $context
  * @return void 
  * @static 
  */
 public static function setExecutionContext($context)
 {
     \October\Rain\Foundation\Application::setExecutionContext($context);
 }