|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\ServerPluginMock:
Collaboration diagram for Sabre\DAV\ServerPluginMock:Public Member Functions | |
| initialize (Server $s) | |
| This initializes the plugin. 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... | |
Definition at line 104 of file ServerPluginTest.php.
| Sabre\DAV\ServerPluginMock::initialize | ( | Server | $server | ) |
This initializes the plugin.
This function is called by Sabre\DAV\Server, after addPlugin is called.
This method should set up the required event subscriptions.
| Server | $server |
Reimplemented from Sabre\DAV\ServerPlugin.
Definition at line 106 of file ServerPluginTest.php.