コード例 #1
0
ファイル: Client.php プロジェクト: timenz/elephant.io
 /**
  * Sets the namespace for the next messages
  *
  * @param string namespace the name of the namespace
  * @return $this
  */
 public function of($namespace)
 {
     $this->logger->debug('Setting the namespace', ['namespace' => $namespace]);
     $this->engine->of($namespace);
     return $this;
 }
コード例 #2
0
ファイル: Client.php プロジェクト: jgao18/PokerRoom
 /**
  * Sets the namespace for the next messages
  *
  * @param string namespace the name of the namespace
  * @return $this
  */
 public function of($namespace)
 {
     $this->engine->of($namespace);
     return $this;
 }