|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\Exception\PreconditionFailed:
Collaboration diagram for Sabre\DAV\Exception\PreconditionFailed: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... | |
Public Member Functions inherited from Sabre\DAV\Exception | |
| 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.
Reimplemented from Sabre\DAV\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 |
Reimplemented in Sabre\DAVACL\Exception\NoAbstract, Sabre\DAVACL\Exception\NotRecognizedPrincipal, and Sabre\DAVACL\Exception\NotSupportedPrivilege.
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().