Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
9 | class PushNotifications extends Notification implements PushNotificationsContract |
||
10 | { |
||
11 | public $user; |
||
12 | |||
13 | public $content; |
||
14 | |||
15 | public $notificationTypeId; |
||
16 | |||
17 | public $systemModule; |
||
18 | |||
19 | public function __construct( Users $user,string $content, int $notificationTypeId = 0, string $systemModule) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Assemble Notification |
||
29 | */ |
||
30 | public function assemble() |
||
35 |