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

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

public __construct ( $eventLoop )
    public function __construct($eventLoop)
    {
        $this->eventLoop = $eventLoop;
        $this->configureRoutes();
    }