Laravoole\Wrapper\SwooleHttpWrapper::__construct PHP Метод

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

public __construct ( $host, $port )
    public function __construct($host, $port)
    {
        $this->server = new swoole_http_server($host, $port);
    }