1 | <?php |
||
8 | abstract class BaseNotification extends Notification |
||
9 | { |
||
10 | /** |
||
11 | * Get the notification's delivery channels. |
||
12 | * |
||
13 | * @param mixed $notifiable |
||
14 | * @return array |
||
15 | */ |
||
16 | public function via($notifiable) |
||
20 | |||
21 | public function getCheck(): Check |
||
25 | |||
26 | protected function getMessageText(): ?string |
||
30 | |||
31 | protected function getSubject(): string |
||
35 | |||
36 | } |
||
37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.