Client
Less than 1 minute
Client
Properties
location
protected URL $locationmethodPfx
protected string $methodPfxMethods
__construct
public __construct(URL $url, string $methodPfx): voidParameters
| Parameter | Type | Description |
|---|---|---|
$url | URL | |
$methodPfx | string |
__call
public __call(string $name, array $args): mixedParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | |
$args | array |
getEndpoint
Retrieves the endpoint URL for the XML-RPC client.
public getEndpoint(): stringgetEncoder
Returns the encoder instance used by the client.
public getEncoder(): EncoderThis method must be implemented by subclasses of Client to provide the appropriate Encoder instance for encoding RPC requests.
call
public call(string $name, array $args): mixedParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | |
$args | array |
Generated by Hazaar API Doc Generator on Sun, 01 Mar 2026 09:22:26 +0000