PHP Class Fxmlrpc\AbstractDecorator
Extend this base class if you want to decorate functionality of the client
Afficher le fichier
Open project: lstrojny/fxmlrpc
Class Usage Examples
Protected Properties
Свойство |
Type |
Description |
|
$wrapped |
fxmlrpc\ClientInterface |
|
|
Méthodes publiques
Method Details
__construct()
public méthode
public __construct ( fxmlrpc\ClientInterface $wrapped ) |
$wrapped |
fxmlrpc\ClientInterface |
|
multicall()
public méthode
Property Details
$wrapped protected_oe property
protected ClientInterface,fxmlrpc $wrapped |
Résultat |
fxmlrpc\ClientInterface |
|