IXR_Request::getXmlpublicWP 1.0

Method of the class: IXR_Request{}

No Hooks.

Returns

null. Nothing (null).

Usage

$IXR_Request = new IXR_Request();
$IXR_Request->getXml();

IXR_Request::getXml() code WP 7.0

function getXml()
{
    return $this->xml;
}