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_Scalar | |
getScalarType () | |
scalarType property getter | |
__construct ($scalarType, $nativeValue) | |
Constructor. | |
Public Member Functions inherited from XML_RPC2_Backend_Php_Value | |
getNativeValue () | |
nativeValue property getter |
Static Public Member Functions | |
static | decode ($xml) |
decode. | |
Static Public Member Functions inherited from XML_RPC2_Backend_Php_Value_Scalar | |
static | createFromNative ($nativeValue, $explicitType=null) |
Choose a XML_RPC2_Value subclass appropriate for the given value and create it. | |
Static Public Member Functions inherited from XML_RPC2_Backend_Php_Value | |
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_Scalar | |
setScalarType ($value) | |
scalarType property setter |
Definition at line 57 of file Boolean.php.
XML_RPC2_Backend_Php_Value_Boolean::__construct | ( | $nativeValue | ) |
Constructor.
Will build a new XML_RPC2_Value_Boolean with the given value
mixed | value |
Definition at line 67 of file Boolean.php.
|
static |
decode.
Decode transport XML and set the instance value accordingly
mixed | The encoded XML-RPC value, |
Definition at line 93 of file Boolean.php.
XML_RPC2_Backend_Php_Value_Boolean::encode | ( | ) |
Encode the instance into XML, for transport.
Reimplemented from XML_RPC2_Backend_Php_Value_Scalar.
Definition at line 80 of file Boolean.php.
References XML_RPC2_Backend_Php_Value\getNativeValue().