예제 #1
0
파일: Server.php 프로젝트: jgswift/qtcp
 public function __construct(Application $app)
 {
     $this->application = $app;
     $this->console = $app->getConsole();
     $this->clients = [];
     $this->reader = new Stream\Reader($app->getProtocol());
 }