|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
If a client tried to set a privilege that doesn't exist, this exception will be thrown. More...
Inheritance diagram for Sabre\DAVACL\Exception\NotSupportedPrivilege:
Collaboration diagram for Sabre\DAVACL\Exception\NotSupportedPrivilege:Public Member Functions | |
| serialize (DAV\Server $server, \DOMElement $errorNode) | |
| Adds in extra information in the xml response. More... | |
Public Member Functions inherited from Sabre\DAV\Exception\PreconditionFailed | |
| __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... | |
Additional Inherited Members | |
Data Fields inherited from Sabre\DAV\Exception\PreconditionFailed | |
| $header = null | |
If a client tried to set a privilege that doesn't exist, this exception will be thrown.
Definition at line 15 of file NotSupportedPrivilege.php.
| Sabre\DAVACL\Exception\NotSupportedPrivilege::serialize | ( | DAV\Server | $server, |
| \DOMElement | $errorNode | ||
| ) |
Adds in extra information in the xml response.
This method adds the {DAV:}not-supported-privilege element as defined in rfc3744
| DAV\Server | $server | |
| \DOMElement | $errorNode |
Reimplemented from Sabre\DAV\Exception\PreconditionFailed.
Definition at line 26 of file NotSupportedPrivilege.php.