PHP Class Fxmlrpc\AbstractDecorator

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

Protected Properties

Свойство Type Description
$wrapped fxmlrpc\ClientInterface

Méthodes publiques

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

Method Details

__construct() public méthode

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

call() public méthode

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

multicall() public méthode

public multicall ( )

Property Details

$wrapped protected_oe property

protected ClientInterface,fxmlrpc $wrapped
Résultat fxmlrpc\ClientInterface