ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getFeatures () | |
getHTTPMethods ($uri) | |
initialize (Server $server) | |
beforeMethod (RequestInterface $request, ResponseInterface $response) | |
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... | |
Data Fields | |
$beforeMethod | |
Definition at line 8 of file TestPlugin.php.
Sabre\DAV\TestPlugin::beforeMethod | ( | RequestInterface | $request, |
ResponseInterface | $response | ||
) |
Definition at line 30 of file TestPlugin.php.
References Sabre\HTTP\RequestInterface\getMethod().
Sabre\DAV\TestPlugin::getFeatures | ( | ) |
Definition at line 12 of file TestPlugin.php.
Sabre\DAV\TestPlugin::getHTTPMethods | ( | $uri | ) |
Definition at line 18 of file TestPlugin.php.
Sabre\DAV\TestPlugin::initialize | ( | Server | $server | ) |
Definition at line 24 of file TestPlugin.php.
References Sabre\Event\EventEmitterInterface\on().
Sabre\DAV\TestPlugin::$beforeMethod |
Definition at line 10 of file TestPlugin.php.