| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class forum_map_rsi extends forum_map |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Get forum custom SQL Column. |
||
| 25 | * |
||
| 26 | * @return array |
||
| 27 | * @access protected |
||
| 28 | */ |
||
| 29 | protected function get_forums_cust_sql_col() |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Get forum custom template row. |
||
| 36 | * |
||
| 37 | * @param array $row Forum row |
||
| 38 | * |
||
| 39 | * @return array |
||
| 40 | * @access protected |
||
| 41 | */ |
||
| 42 | protected function get_forum_cust_tpl_row($row) |
||
| 54 |