Documentation automatically generated from the source-code using phpDocumentor.
Official Homepage: xao-php.sourceforge.net
XAO
Official homepage | API home | class tree: XAO | index: XAO | all elements

Source for file XAO_RpcClient.php

Documentation is available at XAO_RpcClient.php


1 <?php
2 /**
3 * Import the basic XaoRoot class for inheritance.
4 *
5 * This class utilises a bundled library of XMLRPC functions made available
6 * from http://keithdevens.com/software/xmlrpc/
7 *
8 * @import XMLRPC
9 */
10 include_once "ext/com.keithdevens/xmlrpc.php";
11
12 /**
13 * Import the basic XaoRoot class for inheritance.
14 *
15 * WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING
16 * DO NOT ATTEMPT TO USE THIS CLASS. IT IS A WORK IN PROGRESS. IT IS VAPOURWARE.
17 * IT PROBABLY HAS NOT EVEN BEEN THROUGH THE INTERPRETER/PARSER YET. IT WILL NOT
18 * WORK. THE DESIGN WILL CHANGE. THERE'S STILL MUCH WORK TO BE DONE. LEAVE IT.
19 * This class is based on XaoRoot and hence supports all of it's functionality,
20 * including it's ability to be consumed by another DomDoc based object.
21 *
22 * @import XaoRoot
23 */
24 include_once "XAO_XaoRoot.php";
25
26 /**
27 * Remote procedure call client for XML RPC.
28 *
29 * To do.
30 * This class utilises a bundled library of XMLRPC functions made available
31 * from http://keithdevens.com/software/xmlrpc/
32 *
33 * @author Terence Kearns
34 * @version 0.2
35 * @copyright Terence Kearns 2003
36 * @license LGPL
37 * @package XAO
38 * @link http://xao-php.sourceforge.net
39 */
40 class RpcClient extends XaoRoot {
41 }
42
43 ?>

Documentation generated on Tue, 23 Sep 2003 18:34:05 +1000 by phpDocumentor 1.2.2