PHP Class fXmlRpc\Timing\TimingDecorator

Inheritance: extends Fxmlrpc\AbstractDecorator
Afficher le fichier Open project: lstrojny/fxmlrpc Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( fXmlRpc\ClientInterface $wrapped, fXmlRpc\Timing\TimerInterface $timer ) Create new client decorator to record timing information
call ( $methodName, array $arguments = [] )

Method Details

__construct() public méthode

Create new client decorator to record timing information
public __construct ( fXmlRpc\ClientInterface $wrapped, fXmlRpc\Timing\TimerInterface $timer )
$wrapped fXmlRpc\ClientInterface
$timer fXmlRpc\Timing\TimerInterface

call() public méthode

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