1 | <?php |
||
15 | abstract class AbstractCommand extends BaseCommand |
||
16 | { |
||
17 | /* ----------------------------------------------------------------- |
||
18 | | Other Methods |
||
19 | | ----------------------------------------------------------------- |
||
20 | */ |
||
21 | |||
22 | /** |
||
23 | * Display LogViewer Logo and Copyrights. |
||
24 | */ |
||
25 | 48 | protected function copyright(): void |
|
40 | } |
||
41 |