@@ -118,7 +118,7 @@ |
||
| 118 | 118 | * |
| 119 | 119 | * @param string sort order ('id', order', or 'title') - default: id |
| 120 | 120 | * |
| 121 | - * @return mixed XoopsfaqCategory | false on failure |
|
| 121 | + * @return boolean XoopsfaqCategory | false on failure |
|
| 122 | 122 | */ |
| 123 | 123 | public function getObj($sort = 'id') |
| 124 | 124 | { |
@@ -240,7 +240,7 @@ discard block |
||
| 240 | 240 | * |
| 241 | 241 | * @param CriteriaElement|string sort order ('id', 'cid', 'title', 'publish', or 'weight') default: 'id' |
| 242 | 242 | * |
| 243 | - * @return mixed XoopsfaqContents object | false on failure |
|
| 243 | + * @return boolean XoopsfaqContents object | false on failure |
|
| 244 | 244 | */ |
| 245 | 245 | public function getObj($sort = 'id') |
| 246 | 246 | { |
@@ -264,7 +264,7 @@ discard block |
||
| 264 | 264 | /** |
| 265 | 265 | * XoopsfaqContentsHandler::getPublished() |
| 266 | 266 | * |
| 267 | - * @return mixed array of XoopsfaqContent objects | false on failure |
|
| 267 | + * @return boolean array of XoopsfaqContent objects | false on failure |
|
| 268 | 268 | */ |
| 269 | 269 | public function getPublished($id = '') |
| 270 | 270 | { |
@@ -268,8 +268,8 @@ |
||
| 268 | 268 | /** |
| 269 | 269 | * Render the icon links |
| 270 | 270 | * |
| 271 | - * @param array $icon_array contains operation=>icon_name as key=>value |
|
| 272 | - * @param mixed $param HTML parameter |
|
| 271 | + * @param string[] $icon_array contains operation=>icon_name as key=>value |
|
| 272 | + * @param string $param HTML parameter |
|
| 273 | 273 | * @param mixed $value HTML parameter value to set |
| 274 | 274 | * @param mixed $extra are any additional HTML attributes desired for the <a> tag |
| 275 | 275 | * |