1 | <?php |
||
13 | class Posts extends Abs\View{ |
||
14 | |||
15 | protected $title = 'Posts'; |
||
16 | protected $type = 'post'; |
||
17 | protected $priority = 1; |
||
18 | |||
19 | /** |
||
20 | * Our sections action block - button to create and delete. |
||
21 | * |
||
22 | * @access protected |
||
23 | * |
||
24 | * @return string HTML content. |
||
25 | */ |
||
26 | protected function actions_section(){ |
||
59 | |||
60 | } |
||
61 |