|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for XML_RPC2_Backend_Php_Value_Struct:
Collaboration diagram for XML_RPC2_Backend_Php_Value_Struct:Public Member Functions | |
| __construct ($nativeValue) | |
| Constructor. More... | |
| encode () | |
| Encode the instance into XML, for transport. More... | |
Public Member Functions inherited from XML_RPC2_Backend_Php_Value | |
| getNativeValue () | |
| nativeValue property getter More... | |
Static Public Member Functions | |
| static | decode ($xml) |
| Decode transport XML and set the instance value accordingly. More... | |
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. 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... | |
Protected Member Functions | |
| setNativeValue ($value) | |
| nativeValue property setter More... | |
| setNativeValue ($value) | |
| nativeValue setter More... | |
Definition at line 57 of file Struct.php.
| XML_RPC2_Backend_Php_Value_Struct::__construct | ( | $nativeValue | ) |
Constructor.
Will build a new XML_RPC2_Backend_Php_Value_Scalar with the given nativeValue
| mixed | nativeValue |
Definition at line 83 of file Struct.php.
References setNativeValue().
Here is the call graph for this function:
|
static |
Decode transport XML and set the instance value accordingly.
| mixed | The encoded XML-RPC value, |
Definition at line 123 of file Struct.php.
References $result, and XML_RPC2_Backend_Php_Value\createFromDecode().
Here is the call graph for this function:| XML_RPC2_Backend_Php_Value_Struct::encode | ( | ) |
Encode the instance into XML, for transport.
Definition at line 96 of file Struct.php.
References $result, XML_RPC2_Backend_Php_Value\createFromNative(), and XML_RPC2_Backend_Php_Value\getNativeValue().
Here is the call graph for this function:
|
protected |
nativeValue property setter
| mixed | value the new nativeValue |
Reimplemented from XML_RPC2_Backend_Php_Value.
Definition at line 67 of file Struct.php.
Referenced by __construct().
Here is the caller graph for this function: