Inheritance: extends PHPDaemon\Network\Client
Beispiel #1
0
 /**
  * Called when the worker is ready to go.
  * @return void
  */
 public function onReady()
 {
     $this->gibson = \PHPDaemon\Clients\Gibson\Pool::getInstance();
 }
Beispiel #2
0
 /**
  * Constructor.
  * @return void
  */
 public function init()
 {
     $this->gibson = \PHPDaemon\Clients\Gibson\Pool::getInstance($this->config->gibsonname->value);
 }