1 | <?php |
||
5 | class DraftNotificationsPlugin extends BasePlugin |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @return string |
||
10 | */ |
||
11 | public function getName() |
||
15 | |||
16 | /** |
||
17 | * @return string |
||
18 | */ |
||
19 | public function getVersion() |
||
23 | |||
24 | /** |
||
25 | * @return string |
||
26 | */ |
||
27 | public function getDeveloper() |
||
31 | |||
32 | /** |
||
33 | * @return string |
||
34 | */ |
||
35 | public function getDeveloperUrl() |
||
39 | |||
40 | /** |
||
41 | * @return array |
||
42 | */ |
||
43 | public function defineSettings() |
||
49 | |||
50 | /** |
||
51 | * @return string |
||
52 | */ |
||
53 | public function getSettingsHtml() |
||
59 | |||
60 | /** |
||
61 | * Initialize draft listeners |
||
62 | */ |
||
63 | public function init() |
||
70 | } |