Exemplo n.º 1
0
 /**
  * Create the socket client
  * 
  * @return null
  */
 function setSocketClient()
 {
     $this->_socket_client = new SocketClient();
     $this->_socket_client->setHost($this->host);
     $this->_socket_client->setPort($this->port);
 }