public function BackgroundProcess::setDispatcher in Background Process 7.2
1 call to BackgroundProcess::setDispatcher()
- BackgroundProcess::setServiceHost in ./
background_process.inc - Set current service host.
File
- ./
background_process.inc, line 501 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function setDispatcher($dispatcher) {
$this->options['dispatcher'] = $dispatcher;
$this
->setOptions($this->options);
return $this;
}