ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
__construct ($nativeValue) | |
Constructor. More... | |
encode () | |
Encode the instance into XML, for transport. More... | |
![]() | |
getNativeValue () | |
nativeValue property getter More... | |
Static Public Member Functions | |
static | decode ($xml) |
Decode transport XML and set the instance value accordingly. More... | |
![]() | |
static | createFromNative ($nativeValue, $explicitType=null) |
Choose a XML_RPC2_Value subclass appropriate for the given value and create it. More... | |
static | createFromDecode ($simpleXML) |
Decode an encoded value and build the applicable XML_RPC2_Value subclass. More... | |
![]() | |
static | createFromNative ($value, $explicitType=null) |
Factory method that constructs the appropriate XML-RPC encoded type value. More... | |
Additional Inherited Members | |
![]() | |
setNativeValue ($value) | |
nativeValue setter More... | |
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.
References $result.
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().