| Total Complexity | 3 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class Extcal_2_37 |
||
| 22 | { |
||
| 23 | //---------------------------------------------------- |
||
| 24 | /** |
||
| 25 | * @param \XoopsModule $module |
||
| 26 | * @param $options |
||
| 27 | */ |
||
| 28 | public function __construct(\XoopsModule $module, $options) |
||
| 29 | { |
||
| 30 | global $xoopsDB; |
||
| 31 | |||
| 32 | $this->alterTable_event(); |
||
| 33 | $this->alterTable_cat(); |
||
| 34 | } |
||
| 35 | |||
| 36 | //---------------------------------------------------- |
||
| 37 | public function alterTable_event() |
||
| 47 | } |
||
| 48 | |||
| 49 | //----------------------------------------------------------------- |
||
| 50 | |||
| 51 | public function alterTable_cat() |
||
| 64 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.