public function Event::offsetExists

File

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

Class

Event
Default event for Guzzle notifications

Namespace

Guzzle\Common

Code

public function offsetExists($offset) {
  return array_key_exists($offset, $this->context);
}