aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJulien Veyssier <julien-nc@posteo.net>2022-12-15 17:26:03 +0100
committerJulien Veyssier <julien-nc@posteo.net>2022-12-15 17:37:34 +0100
commit73f2876d649c590cd273ecee2dcc404babed7160 (patch)
tree47baeb9a3b00d6c7ca2ee21a581b3ebc18e92efe /lib/public
parentc9dcf3988ab98202b2e000d4a4e9be042047579b (diff)
downloadnextcloud-server-73f2876d649c590cd273ecee2dcc404babed7160.tar.gz
nextcloud-server-73f2876d649c590cd273ecee2dcc404babed7160.zip
rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/BeforeSabrePubliclyLoadedEvent.php (renamed from lib/public/SabrePublicPluginEvent.php)8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/public/SabrePublicPluginEvent.php b/lib/public/BeforeSabrePubliclyLoadedEvent.php
index 5c288c82b94..afb68a8a952 100644
--- a/lib/public/SabrePublicPluginEvent.php
+++ b/lib/public/BeforeSabrePubliclyLoadedEvent.php
@@ -21,5 +21,11 @@
*/
namespace OCP;
-class SabrePublicPluginEvent extends SabrePluginEvent {
+/**
+ * Dispatched before Sabre is loaded when accessing public webdav endpoints
+ * This can be used to inject a Sabre plugin for example
+ *
+ * @since 26.0.0
+ */
+class BeforeSabrePubliclyLoadedEvent extends SabrePluginEvent {
}