1 | <?php |
||
13 | class Various extends Abs\View{ |
||
14 | |||
15 | protected $title = 'Various'; |
||
16 | protected $type = 'all'; |
||
17 | protected $priority = 10; |
||
18 | |||
19 | |||
20 | /** |
||
21 | * Our sections action block - button to create and delete. |
||
22 | * |
||
23 | * @access protected |
||
24 | * |
||
25 | * @return string HTML content. |
||
26 | */ |
||
27 | protected function actions_section(){ |
||
43 | |||
44 | |||
45 | /** |
||
46 | * We don't need any options on this page, so returning it empty |
||
47 | * |
||
48 | * @access protected |
||
49 | * |
||
50 | * @param string $html Existing HTML content. |
||
51 | * @return string HTML section content. |
||
52 | */ |
||
53 | protected function options_section( $html = '' ){ |
||
56 | |||
57 | } |
||
58 |