public function Event::__construct

Constructor

Parameters

array $context Contextual information:

File

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

Class

Event
Default event for Guzzle notifications

Namespace

Guzzle\Common

Code

public function __construct(array $context = array()) {
  $this->context = $context;
}