public function Event::offsetGet

File

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

Class

Event
Default event for Guzzle notifications

Namespace

Guzzle\Common

Code

public function offsetGet($offset) {
  return array_key_exists($offset, $this->context) ? $this->context[$offset] : null;
}