@@ -137,6 +137,11 @@ |
||
137 | 137 | return $success; |
138 | 138 | } |
139 | 139 | |
140 | + /** |
|
141 | + * @param string $option |
|
142 | + * |
|
143 | + * @return string |
|
144 | + */ |
|
140 | 145 | public static function getModuleOption($option) |
141 | 146 | { |
142 | 147 | global $xoopsModuleConfig, $xoopsModule; |
@@ -51,7 +51,6 @@ |
||
51 | 51 | /** |
52 | 52 | * |
53 | 53 | * Performs tasks required during installation of the module |
54 | - * @param XoopsModule $module {@link XoopsModule} |
|
55 | 54 | * |
56 | 55 | * @return bool true if installation successful, false if not |
57 | 56 | */ |