Method | Description | |
---|---|---|
__construct ( fxmlrpc\ClientInterface $client ) | ||
addCall ( $methodName, array $params = [], callable $onSuccess = null, callable $onError = null ) | ||
execute ( ) | ||
getClient ( ) : fxmlrpc\ClientInterface | ||
onError ( callable $onError ) | ||
onSuccess ( callable $onSuccess ) |
Method | Description | |
---|---|---|
invokeHandler ( callable | null $onSuccess, callable | null $onError, boolean $isError, mixed $result ) | ||
processResult ( array $handler, mixed $result ) |
public __construct ( fxmlrpc\ClientInterface $client ) | ||
$client | fxmlrpc\ClientInterface |
public getClient ( ) : fxmlrpc\ClientInterface | ||
return | fxmlrpc\ClientInterface |
protected processResult ( array $handler, mixed $result ) | ||
$handler | array | |
$result | mixed |