예제 #1
0
 /**
  * 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;
 }