@@ -87,6 +87,9 @@ discard block |
||
87 | 87 | return $sReturn; |
88 | 88 | } |
89 | 89 | |
90 | + /** |
|
91 | + * @param string $identifier |
|
92 | + */ |
|
90 | 93 | private function featureArraySimpleTranslated($featArray, $identifier) |
91 | 94 | { |
92 | 95 | $translation = [ |
@@ -118,6 +121,9 @@ discard block |
||
118 | 121 | return $featArray; |
119 | 122 | } |
120 | 123 | |
124 | + /** |
|
125 | + * @param string $selectName |
|
126 | + */ |
|
121 | 127 | protected function setArrayToSelectNotReadOnly($aElements, $sDefaultValue, $selectName, $featArray = null) |
122 | 128 | { |
123 | 129 | if (!is_array($featArray)) { |