_type = self::XMLRPC_TYPE_NIL; $this->_value = null; } /** * Return the value of this object, convert the XML-RPC native nill value into a PHP NULL * * @return null */ public function getValue() { return null; } }