diff options
Diffstat (limited to 'lib/public/Activity/IManager.php')
-rw-r--r-- | lib/public/Activity/IManager.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/public/Activity/IManager.php b/lib/public/Activity/IManager.php index 2ccb4c6592f..90959a57099 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -71,22 +71,6 @@ interface IManager { public function publish(IEvent $event); /** - * @param string $app The app where this event is associated with - * @param string $subject A short description of the event - * @param array $subjectParams Array with parameters that are filled in the subject - * @param string $message A longer description of the event - * @param array $messageParams Array with parameters that are filled in the message - * @param string $file The file including path where this event is associated with - * @param string $link A link where this event is associated with - * @param string $affectedUser Recipient of the activity - * @param string $type Type of the notification - * @param int $priority Priority of the notification - * @since 6.0.0 - * @deprecated 8.2.0 Grab an IEvent from generateEvent() instead and use the publish() method - */ - public function publishActivity($app, $subject, $subjectParams, $message, $messageParams, $file, $link, $affectedUser, $type, $priority); - - /** * In order to improve lazy loading a closure can be registered which will be called in case * activity consumers are actually requested * |