示例#1
0
 /**
  * Get the value at a given offset.
  *
  * @param  string  $key
  * @return mixed
  */
 public static function offsetGet($key)
 {
     return static::$instance->offsetGet($key);
 }