|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This is a simple plugin that will map any GET request for non-files to PROPFIND allprops-requests. More...
Inheritance diagram for Sabre\DAV\Browser\MapGetToPropFind:
Collaboration diagram for Sabre\DAV\Browser\MapGetToPropFind:Public Member Functions | |
| initialize (DAV\Server $server) | |
| Initializes the plugin and subscribes to events. More... | |
| httpGet (RequestInterface $request, ResponseInterface $response) | |
| This method intercepts GET requests to non-files, and changes it into an HTTP PROPFIND request. More... | |
Public Member Functions inherited from Sabre\DAV\ServerPlugin | |
| initialize (Server $server) | |
| This initializes the plugin. More... | |
| getFeatures () | |
| This method should return a list of server-features. More... | |
| getHTTPMethods ($path) | |
| Use this method to tell the server this plugin defines additional HTTP methods. More... | |
| getPluginName () | |
| Returns a plugin name. More... | |
| getSupportedReportSet ($uri) | |
| Returns a list of reports this plugin supports. More... | |
| getPluginInfo () | |
| Returns a bunch of meta-data about the plugin. More... | |
Protected Attributes | |
| $server | |
This is a simple plugin that will map any GET request for non-files to PROPFIND allprops-requests.
This should allow easy debugging of PROPFIND
Definition at line 19 of file MapGetToPropFind.php.
| Sabre\DAV\Browser\MapGetToPropFind::httpGet | ( | RequestInterface | $request, |
| ResponseInterface | $response | ||
| ) |
This method intercepts GET requests to non-files, and changes it into an HTTP PROPFIND request.
| RequestInterface | $request | |
| ResponseInterface | $response |
Definition at line 47 of file MapGetToPropFind.php.
References $request, $response, and $subRequest.
| Sabre\DAV\Browser\MapGetToPropFind::initialize | ( | DAV\Server | $server | ) |
Initializes the plugin and subscribes to events.
| DAV\Server | $server |
Definition at line 34 of file MapGetToPropFind.php.
References Sabre\DAV\Browser\MapGetToPropFind\$server.
|
protected |
Definition at line 26 of file MapGetToPropFind.php.
Referenced by Sabre\DAV\Browser\MapGetToPropFind\initialize().