Inheritance: extends PHPDaemon\Network\Client
コード例 #1
0
ファイル: ExampleGibson.php プロジェクト: kakserpom/phpdaemon
 /**
  * Called when the worker is ready to go.
  * @return void
  */
 public function onReady()
 {
     $this->gibson = \PHPDaemon\Clients\Gibson\Pool::getInstance();
 }
コード例 #2
0
ファイル: App.php プロジェクト: cobolbaby/phpdaemon
 /**
  * Constructor.
  * @return void
  */
 public function init()
 {
     $this->gibson = \PHPDaemon\Clients\Gibson\Pool::getInstance($this->config->gibsonname->value);
 }