示例#1
0
 protected function register($key, $value, $array = NULL)
 {
     self::$context->register($key, $value, $array);
 }
示例#2
0
 public static function register($key, $value, $array = NULL)
 {
     self::$context->register($key, $value, $array);
 }