ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($message, $header=null) | |
Create the exception. More... | |
getHTTPCode () | |
Returns the HTTP statuscode for this exception. More... | |
serialize (DAV\Server $server, \DOMElement $errorNode) | |
This method allows the exception to include additional information into the WebDAV error response. More... | |
![]() | |
getHTTPCode () | |
Returns the HTTP statuscode for this exception. More... | |
serialize (Server $server, \DOMElement $errorNode) | |
This method allows the exception to include additional information into the WebDAV error response. More... | |
getHTTPHeaders (Server $server) | |
This method allows the exception to return any extra HTTP response headers. More... | |
Data Fields | |
$header = null | |
This exception is normally thrown when a client submitted a conditional request, like for example an If, If-None-Match or If-Match header, which caused the HTTP request to not execute (the condition of the header failed)
Definition at line 18 of file PreconditionFailed.php.
Sabre\DAV\Exception\PreconditionFailed::__construct | ( | $message, | |
$header = null |
|||
) |
Create the exception.
string | $message | |
string | $header |
Definition at line 36 of file PreconditionFailed.php.
References Sabre\DAV\Exception\PreconditionFailed\$header, and $message.
Sabre\DAV\Exception\PreconditionFailed::getHTTPCode | ( | ) |
Returns the HTTP statuscode for this exception.
Definition at line 48 of file PreconditionFailed.php.
Sabre\DAV\Exception\PreconditionFailed::serialize | ( | DAV\Server | $server, |
\DOMElement | $errorNode | ||
) |
This method allows the exception to include additional information into the WebDAV error response.
DAV\Server | $server | |
\DOMElement | $errorNode |
Definition at line 61 of file PreconditionFailed.php.
References Sabre\DAV\Exception\PreconditionFailed\$header.
Sabre\DAV\Exception\PreconditionFailed::$header = null |
Definition at line 28 of file PreconditionFailed.php.
Referenced by Sabre\DAV\Exception\PreconditionFailed\__construct(), and Sabre\DAV\Exception\PreconditionFailed\serialize().