Habari\XMLRPCClient::__construct PHP Method

__construct() public method

Create the XMLRPCClient
public __construct ( string $xmlrpc_entrypoint, $scope = null )
$xmlrpc_entrypoint string The entrypoint of the remote server
    public function __construct($xmlrpc_entrypoint, $scope = null)
    {
        $this->entrypoint = $xmlrpc_entrypoint;
        if (isset($scope)) {
            $this->scope = $scope;
        }
    }