Exemplo n.º 1
0
 /**
  * @param string $event
  * @param callable $callback
  */
 protected function setEventListener($event, callable $callback)
 {
     $this->socket->on($event, $callback);
 }