@@ -171,6 +171,8 @@ discard block |
||
| 171 | 171 | /** |
| 172 | 172 | * Return various informations (from predefined list) from the MySQL server |
| 173 | 173 | * |
| 174 | + * @param string $returnChoice |
|
| 175 | + * @param string $returnType |
|
| 174 | 176 | * @return int|array |
| 175 | 177 | */ |
| 176 | 178 | private function getMySQLlistMultiple($returnChoice, $returnType, $additionalFeatures = null) |
@@ -312,7 +314,7 @@ discard block |
||
| 312 | 314 | * |
| 313 | 315 | * @param array $entryArray |
| 314 | 316 | * @param string $referenceTable |
| 315 | - * @return array |
|
| 317 | + * @return string |
|
| 316 | 318 | */ |
| 317 | 319 | private function setArrayToFilterValues($entryArray, $referenceTable = '') |
| 318 | 320 | { |
@@ -496,6 +498,9 @@ discard block |
||
| 496 | 498 | return ['customError' => '', 'result' => $aReturn['result']]; |
| 497 | 499 | } |
| 498 | 500 | |
| 501 | + /** |
|
| 502 | + * @param string $sReturnType |
|
| 503 | + */ |
|
| 499 | 504 | protected function setMySQLquery2ServerConnected($result, $sReturnType) |
| 500 | 505 | { |
| 501 | 506 | if ($sReturnType == 'id') { |