@@ -13,6 +13,9 @@ discard block |
||
13 | 13 | $this->with[] = 'notificationOptions'; |
14 | 14 | } |
15 | 15 | |
16 | + /** |
|
17 | + * @param string $key |
|
18 | + */ |
|
16 | 19 | public function saveNotificationOptions($key, $value) |
17 | 20 | { |
18 | 21 | $this |
@@ -27,6 +30,9 @@ discard block |
||
27 | 30 | ); |
28 | 31 | } |
29 | 32 | |
33 | + /** |
|
34 | + * @param string $key |
|
35 | + */ |
|
30 | 36 | public function setNotificationOption($key) |
31 | 37 | { |
32 | 38 | $this |