diff options
Diffstat (limited to 'lib/public/App/ManagerEvent.php')
-rw-r--r-- | lib/public/App/ManagerEvent.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/public/App/ManagerEvent.php b/lib/public/App/ManagerEvent.php index e2f718a556f..58cbdc3d117 100644 --- a/lib/public/App/ManagerEvent.php +++ b/lib/public/App/ManagerEvent.php @@ -32,12 +32,24 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class ManagerEvent extends Event { + /** + * @deprecated 22.0.0 + */ public const EVENT_APP_ENABLE = 'OCP\App\IAppManager::enableApp'; + + /** + * @deprecated 22.0.0 + */ public const EVENT_APP_ENABLE_FOR_GROUPS = 'OCP\App\IAppManager::enableAppForGroups'; + + /** + * @deprecated 22.0.0 + */ public const EVENT_APP_DISABLE = 'OCP\App\IAppManager::disableApp'; /** * @since 9.1.0 + * @deprecated 22.0.0 */ public const EVENT_APP_UPDATE = 'OCP\App\IAppManager::updateApp'; |