ILIAS
release_4-3 Revision
|
Public Member Functions | |
setParameters ($value) | |
parameters property setter | |
addParameter ($value) | |
parameters property appender | |
getParameters () | |
parameters property getter | |
getMethodName () | |
method name getter | |
__construct ($methodName, $encoding= 'iso-8859-1') | |
Create a new xml-rpc request with the provided methodname. | |
encode () | |
Encode the request for transmission. |
Static Public Member Functions | |
static | createFromDecode ($simpleXML) |
Decode a request from XML and construct a request object with the createFromDecoded values. |
Private Attributes | |
$_methodName = '' | |
$_parameters = null | |
$_encoding = 'iso-8859-1' |
Definition at line 58 of file Request.php.
XML_RPC2_Backend_Php_Request::__construct | ( | $methodName, | |
$encoding = 'iso-8859-1' |
|||
) |
Create a new xml-rpc request with the provided methodname.
string | Name of method targeted by this xml-rpc request |
string | encoding of the request |
Definition at line 144 of file Request.php.
References setParameters().
XML_RPC2_Backend_Php_Request::addParameter | ( | $value | ) |
parameters property appender
mixed | value The new parameter |
Definition at line 104 of file Request.php.
|
static |
Decode a request from XML and construct a request object with the createFromDecoded values.
SimpleXMLElement | The encoded XML-RPC request. |
Definition at line 187 of file Request.php.
References $result.
Referenced by XML_RPC2_Backend_Php_Server\getResponse().
XML_RPC2_Backend_Php_Request::encode | ( | ) |
Encode the request for transmission.
Definition at line 159 of file Request.php.
References $_methodName, $result, XML_RPC2_Backend_Php_Value\createFromNative(), and getParameters().
XML_RPC2_Backend_Php_Request::getMethodName | ( | ) |
method name getter
Definition at line 130 of file Request.php.
References $_methodName.
XML_RPC2_Backend_Php_Request::getParameters | ( | ) |
parameters property getter
Definition at line 117 of file Request.php.
References $_parameters.
Referenced by encode().
XML_RPC2_Backend_Php_Request::setParameters | ( | $value | ) |
parameters property setter
mixed | value The new parameters |
Definition at line 91 of file Request.php.
Referenced by __construct().
|
private |
Definition at line 81 of file Request.php.
|
private |
Definition at line 67 of file Request.php.
Referenced by encode(), and getMethodName().
|
private |
Definition at line 74 of file Request.php.
Referenced by getParameters().