1 | <?php |
||
13 | class Terms extends View{ |
||
14 | |||
15 | protected $title = 'Terms'; |
||
16 | protected $type = 'term'; |
||
17 | protected $priority = 2; |
||
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(){ |
||
64 | |||
65 | } |
||
66 |