You are here

public function ServicesClientEventResult::setHandler in Services Client 7.2

Set current handler.

Parameters

EventHandler $handler: Event handler.

File

include/plugin.inc, line 384
Base plugin definitions. All other plugins should be extended from this set of plugins.

Class

ServicesClientEventResult
Class for handling event operation results.

Code

public function setHandler(EventHandler $handler) {
  $this->handler = $handler;
  return $this;
}