Documentation

ClientInfo
in package

Table of Contents

Properties

$name  : string
The name of the client as defined by the client.
$version  : string|null
The client's version as defined by the client.

Methods

__construct()  : mixed

Properties

$name

The name of the client as defined by the client.

public string $name

$version

The client's version as defined by the client.

public string|null $version

Methods

__construct()

public __construct([string|null $name = null ][, string|null $version = null ]) : mixed
Parameters
$name : string|null = null
$version : string|null = null

        
On this page

Search results