function __call($name, $arguments) { return \GuzzleHttp\deprecation_proxy($this, $name, $arguments, ['baz' => 'foo']); }
public function __call($name, $arguments) { return \GuzzleHttp\deprecation_proxy($this, $name, $arguments, ['getEventDispatcher' => 'getEmitter']); }
public function __call($name, $arguments) { return \GuzzleHttp\deprecation_proxy($this, $name, $arguments, array('addSubscriber' => 'attach', 'removeSubscriber' => 'detach', 'addListener' => 'on', 'dispatch' => 'emit')); }