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