43 require_once
'XML/RPC2/Exception.php';
44 require_once
'XML/RPC2/Backend/Php/Value/Scalar.php';
83 return '<string>' . strtr($this->
getNativeValue(),array(
'&' =>
'&',
'<' =>
'<' ,
'>' =>
'>')) .
'</string>';
99 if ($xml->string->asXML() === FALSE) {
100 return (
string) $xml;
102 return (
string) $xml->string;
encode()
Encode the instance into XML, for transport.
setScalarType($value)
scalarType property setter
static decode($xml)
Decode transport XML and set the instance value accordingly.
getNativeValue()
nativeValue property getter
__construct($nativeValue)
Constructor.
setNativeValue($value)
nativeValue setter