Fxmlrpc\Proxy::__construct PHP Method

__construct() public method

public __construct ( fxmlrpc\ClientInterface $client, string $namespaceSeparator = '.', string $namespace = null )
$client fxmlrpc\ClientInterface
$namespaceSeparator string
$namespace string
    public function __construct(ClientInterface $client, $namespaceSeparator = '.', $namespace = null)
    {
        $this->client = $client;
        $this->namespaceSeparator = $namespaceSeparator;
        $this->namespace = $namespace;
    }