Example #1
0
 /**
  * Set the value at a given offset.
  *
  * @param string $key
  * @param mixed $value
  * @return void 
  * @static 
  */
 public static function offsetSet($key, $value)
 {
     //Method inherited from \Illuminate\Container\Container
     \October\Rain\Foundation\Application::offsetSet($key, $value);
 }