@@ -173,6 +173,9 @@ |
||
173 | 173 | . '<h1>' . $this->tApp->gettext('i18n_ApplicationName') . '</h1>'; |
174 | 174 | } |
175 | 175 | |
176 | + /** |
|
177 | + * @param string $labelId |
|
178 | + */ |
|
176 | 179 | private function setLabel($labelId) |
177 | 180 | { |
178 | 181 | $labelInfo = $this->appFlags['FI'][$labelId]['Label']; |
@@ -60,6 +60,9 @@ discard block |
||
60 | 60 | echo $this->setFooterHtml($inElmnts['Application']); |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @param double $lngBase |
|
65 | + */ |
|
63 | 66 | private function getIncomeTaxValue($inDate, $lngBase, $vBA, $aryDeductions, $arySettings) |
64 | 67 | { |
65 | 68 | $rest = $lngBase - array_sum($aryDeductions); |
@@ -86,6 +89,9 @@ discard block |
||
86 | 89 | ]; |
87 | 90 | } |
88 | 91 | |
92 | + /** |
|
93 | + * @param double $lngBase |
|
94 | + */ |
|
89 | 95 | private function getValues($lngBase, $aStngs, $shLabels) |
90 | 96 | { |
91 | 97 | $inDate = $this->tCmnSuperGlobals->request->get('ym'); |
@@ -182,6 +188,11 @@ discard block |
||
182 | 188 | return $sReturn; |
183 | 189 | } |
184 | 190 | |
191 | + /** |
|
192 | + * @param string $inName |
|
193 | + * @param integer $inSize |
|
194 | + * @param string $inAfterLabel |
|
195 | + */ |
|
185 | 196 | private function setFormInputText($inName, $inSize, $inAfterLabel, $crtMinWage = 0) |
186 | 197 | { |
187 | 198 | $inputParameters = [ |
@@ -252,6 +263,9 @@ discard block |
||
252 | 263 | ]); |
253 | 264 | } |
254 | 265 | |
266 | + /** |
|
267 | + * @param double $amntLAA |
|
268 | + */ |
|
255 | 269 | private function setFormOutputBonuses($snValue, $wkDays, $amntLAA, $ovTimeVal) |
256 | 270 | { |
257 | 271 | $sRt = []; |
@@ -289,6 +303,9 @@ discard block |
||
289 | 303 | return implode('', $sReturn) . '</tr></thead></tbody>'; |
290 | 304 | } |
291 | 305 | |
306 | + /** |
|
307 | + * @param double $brut |
|
308 | + */ |
|
292 | 309 | private function setFormOutputTaxations($brut, $amnt) |
293 | 310 | { |
294 | 311 | $sRn = []; |
@@ -340,6 +357,10 @@ discard block |
||
340 | 357 | return implode('', $cellValue); |
341 | 358 | } |
342 | 359 | |
360 | + /** |
|
361 | + * @param string $text1 |
|
362 | + * @param string $text2 |
|
363 | + */ |
|
343 | 364 | private function setFrmRowTwoLbls($text1, $text2, $value) |
344 | 365 | { |
345 | 366 | return str_replace(':</td>', ':</td><td class="labelS" style="text-align:right;">' |