public function Event::offsetSet

File

drupal/core/vendor/guzzle/common/Guzzle/Common/Event.php, line 46

Class

Event
Default event for Guzzle notifications

Namespace

Guzzle\Common

Code

public function offsetSet($offset, $value) {
  $this->context[$offset] = $value;
}