예제 #1
0
 /**
  * Set the value at a given offset.
  *
  * @param  string  $key
  * @param  mixed   $value
  * @return void
  */
 public static function offsetSet($key, $value)
 {
     return static::$instance->offsetSet($key, $value);
 }