ILIAS
eassessment Revision 61809
|
Public Member Functions | |
__construct ($nativeValue) | |
Constructor. | |
encode () | |
Encode the instance into XML, for transport. | |
Public Member Functions inherited from XML_RPC2_Backend_Php_Value | |
getNativeValue () | |
nativeValue property getter |
Static Public Member Functions | |
static | decode ($xml) |
Decode transport XML and set the instance value accordingly. | |
Static Public Member Functions inherited from XML_RPC2_Backend_Php_Value | |
static | createFromNative ($nativeValue, $explicitType=null) |
Choose a XML_RPC2_Value subclass appropriate for the given value and create it. | |
static | createFromDecode ($simpleXML) |
Decode an encoded value and build the applicable XML_RPC2_Value subclass. |
Additional Inherited Members | |
Protected Member Functions inherited from XML_RPC2_Backend_Php_Value | |
setNativeValue ($value) | |
nativeValue setter |
Definition at line 64 of file Base64.php.
XML_RPC2_Backend_Php_Value_Base64::__construct | ( | $nativeValue | ) |
Constructor.
Will build a new XML_RPC2_Backend_Php_Value_Base64 with the given value
This class handles encoding-decoding internally. Do not provide the native string base64-encoded
mixed | String $nativeValue to be transmited base64-encoded or "stdclass native value" |
Definition at line 77 of file Base64.php.
References XML_RPC2_Backend_Php_Value\setNativeValue().
|
static |
Decode transport XML and set the instance value accordingly.
mixed | $xml | The encoded XML-RPC value, |
Definition at line 115 of file Base64.php.
XML_RPC2_Backend_Php_Value_Base64::encode | ( | ) |
Encode the instance into XML, for transport.
Definition at line 101 of file Base64.php.
References XML_RPC2_Backend_Php_Value\getNativeValue().