Jackalope\Transport\Jackrabbit\Client::buildReportRequest PHP Method

buildReportRequest() protected method

Build a REPORT XML request string
protected buildReportRequest ( string $name ) : string
$name string Name of the resource to be requested.
return string XML string representing the head of the request.
    protected function buildReportRequest($name)
    {
        return '<?xml version="1.0" encoding="UTF-8"?><' . $name . ' xmlns:dcr="http://www.day.com/jcr/webdav/1.0"/>';
    }