public function Event::getIterator

File

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

Class

Event
Default event for Guzzle notifications

Namespace

Guzzle\Common

Code

public function getIterator() {
  return new \ArrayIterator($this->context);
}