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