Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class Plugin implements PluginEventsInterface, PluginInterface |
||
19 | { |
||
20 | |||
21 | use PluginTrait; |
||
22 | use PluginEventsTrait; |
||
23 | |||
24 | public function __process(Update $update): void |
||
26 | // TODO: Implement __process() method. |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Kill the plugin. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | protected function stop(): void |
||
40 |