1 | <?php |
||
7 | class NotificationEvent extends Event |
||
|
|||
8 | { |
||
9 | const NAME = 'jk.assets.notification'; |
||
10 | |||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | protected $message; |
||
15 | |||
16 | /** |
||
17 | * @return string |
||
18 | */ |
||
19 | 1 | public function getMessage() |
|
23 | |||
24 | /** |
||
25 | * @param string $message |
||
26 | */ |
||
27 | 1 | public function setMessage($message) |
|
31 | } |
||
32 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.