TimeTrex API Manual

TTSoapClient extends SoapClient
in package

Add custom soap client that automatically retries calls on network errors like "Could not connect to host" Class TTSoapClient

Table of Contents

$_initial_location  : mixed
__call()  : mixed|SoapFault
__construct()  : mixed

Properties

Methods

__call()

public __call(string $function_name, array<string|int, mixed> $arguments) : mixed|SoapFault
Parameters
$function_name : string
$arguments : array<string|int, mixed>
Return values
mixed|SoapFault

__construct()

public __construct(mixed $wsdl[, mixed $options = [] ]) : mixed
Parameters
$wsdl : mixed
$options : mixed = []
Return values
mixed

Search results