|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\Exception\MethodNotAllowed:
Collaboration diagram for Sabre\DAV\Exception\MethodNotAllowed:Public Member Functions | |
| getHTTPCode () | |
| Returns the HTTP statuscode for this exception. More... | |
| getHTTPHeaders (\Sabre\DAV\Server $server) | |
| This method allows the exception to return any extra HTTP response headers. 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... | |
The 405 is thrown when a client tried to create a directory on an already existing directory
Definition at line 16 of file MethodNotAllowed.php.
| Sabre\DAV\Exception\MethodNotAllowed::getHTTPCode | ( | ) |
Returns the HTTP statuscode for this exception.
Reimplemented from Sabre\DAV\Exception.
Definition at line 23 of file MethodNotAllowed.php.
| Sabre\DAV\Exception\MethodNotAllowed::getHTTPHeaders | ( | \Sabre\DAV\Server | $server | ) |
This method allows the exception to return any extra HTTP response headers.
The headers must be returned as an array.
| \Sabre\DAV\Server | $server |
Definition at line 37 of file MethodNotAllowed.php.
References $server.