예제 #1
0
 /**
  * @param array $globals
  */
 public static function initCLI(array $globals = array())
 {
     $globals = !empty($globals) ? $globals : $GLOBALS;
     self::$context = (new CliFactory())->newContext($globals);
 }