PHP Class Fxmlrpc\Proxy

Afficher le fichier Open project: lstrojny/fxmlrpc Class Usage Examples

Méthodes publiques

Méthode Description
__call ( string $method, array $parameters ) : mixed Invokes remote command
__construct ( fxmlrpc\ClientInterface $client, string $namespaceSeparator = '.', string $namespace = null )
__get ( string $namespace ) : Proxy Returns namespace specific Proxy instance

Méthodes protégées

Méthode Description
prependNamespace ( string $string ) : string Prepend namespace if set

Method Details

__call() public méthode

Invokes remote command
public __call ( string $method, array $parameters ) : mixed
$method string
$parameters array
Résultat mixed

__construct() public méthode

public __construct ( fxmlrpc\ClientInterface $client, string $namespaceSeparator = '.', string $namespace = null )
$client fxmlrpc\ClientInterface
$namespaceSeparator string
$namespace string

__get() public méthode

Returns namespace specific Proxy instance
public __get ( string $namespace ) : Proxy
$namespace string
Résultat Proxy

prependNamespace() protected méthode

Prepend namespace if set
protected prependNamespace ( string $string ) : string
$string string
Résultat string