1 | <?php |
||
2 | |||
3 | namespace Elgg\Notifications; |
||
4 | |||
5 | /** |
||
6 | * Subscription notification event |
||
7 | * |
||
8 | * @package Elgg.Core |
||
9 | * @subpackage Notifications |
||
10 | */ |
||
11 | class SubscriptionNotificationEvent extends Event { |
||
0 ignored issues
–
show
Deprecated Code
introduced
by
![]() |
|||
12 | |||
13 | } |
||
14 |