VuFind API Documentation

RestfulException extends ILS
in package

Restful Exception

Tags
category

VuFind

author

Vaclav Rosecky vufind-tech@lists.sourceforge.net

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$xmlResponse  : string|bool
XML response (false for none)
getXmlResponse()  : string|bool
Return XML response (false if none)
setXmlResponse()  : void
Attach an XML response to the exception

Properties

$xmlResponse

XML response (false for none)

protected string|bool $xmlResponse = false

Methods

getXmlResponse()

Return XML response (false if none)

public getXmlResponse() : string|bool
Return values
string|bool

setXmlResponse()

Attach an XML response to the exception

public setXmlResponse(string $body) : void
Parameters
$body : string

XML

Return values
void

Search results