PHP Class Fxmlrpc\AbstractDecorator

Extend this base class if you want to decorate functionality of the client
Inheritance: implements fxmlrpc\ClientInterface
Datei anzeigen Open project: lstrojny/fxmlrpc Class Usage Examples

Protected Properties

Property Type Description
$wrapped fxmlrpc\ClientInterface

Public Methods

Method Description
__construct ( fxmlrpc\ClientInterface $wrapped )
call ( $methodName, array $arguments = [] )
multicall ( )

Method Details

__construct() public method

public __construct ( fxmlrpc\ClientInterface $wrapped )
$wrapped fxmlrpc\ClientInterface

call() public method

public call ( $methodName, array $arguments = [] )
$arguments array

multicall() public method

public multicall ( )

Property Details

$wrapped protected_oe property

protected ClientInterface,fxmlrpc $wrapped
return fxmlrpc\ClientInterface