Kohkimakimoto\Worker\HttpServer\HttpServer::__construct PHP Метод

__construct() публичный Метод

public __construct ( $worker, $output, $eventLoop, $router )
    public function __construct($worker, $output, $eventLoop, $router)
    {
        $this->worker = $worker;
        $this->output = $output;
        $this->eventLoop = $eventLoop;
        $this->router = $router;
    }