@@ -61,6 +61,9 @@ |
||
61 | 61 | return $self; |
62 | 62 | } |
63 | 63 | |
64 | + /** |
|
65 | + * @param string $name |
|
66 | + */ |
|
64 | 67 | public function getOption($name = null) |
65 | 68 | { |
66 | 69 | if ($name === null) { |
@@ -167,6 +167,10 @@ |
||
167 | 167 | } |
168 | 168 | return $_html_result; |
169 | 169 | } |
170 | +/** |
|
171 | + * @param string|null $id |
|
172 | + * @param integer $idx |
|
173 | + */ |
|
170 | 174 | function smarty_function_html_options_multiple_optgroup($key, $values, $selected, $id, $class, &$idx) |
171 | 175 | { |
172 | 176 | $optgroup_html = '<optgroup label="' . smarty_function_escape_special_chars($key) . '">' . "\n"; |
@@ -55,8 +55,8 @@ discard block |
||
55 | 55 | * Main processing director function for scrapers |
56 | 56 | * Calls work query function and initiates processing |
57 | 57 | * |
58 | - * @param $groupID |
|
59 | - * @param $guidChar |
|
58 | + * @param string $groupID |
|
59 | + * @param string $guidChar |
|
60 | 60 | * @param $process |
61 | 61 | * @param bool $local |
62 | 62 | */ |
@@ -264,7 +264,7 @@ discard block |
||
264 | 264 | |
265 | 265 | /** |
266 | 266 | * @param $shows |
267 | - * @param $cleanName |
|
267 | + * @param string $cleanName |
|
268 | 268 | * |
269 | 269 | * @return array|bool |
270 | 270 | */ |