1 | <?php |
||
14 | abstract class Handler extends Frames\Admin\Area\Panel { |
||
15 | |||
16 | protected $_title = 'TITLE_SYSTEM_SETTINGS'; |
||
17 | |||
18 | private $form = null; |
||
19 | |||
20 | /** |
||
21 | * Get the contents block |
||
22 | */ |
||
23 | |||
24 | private function getContents() : Template\Block { |
||
36 | |||
37 | /** |
||
38 | * Handle the request |
||
39 | */ |
||
40 | |||
41 | protected function handle() : Template\Block { |
||
62 | } |
||
63 | } |
||
64 |