public function __construct($socket, Server $server) { $this->socket = $socket; $this->server_confs = ['host' => $server->getHost(), 'port' => $server->getPort()]; }
public function __construct($host, $port, $debug) { parent::__construct($host, $port, $debug); $this->registerEvents(); return $this; }