@@ -172,6 +172,9 @@ |
||
172 | 172 | return $this->config->destination->id_attach; |
173 | 173 | } |
174 | 174 | |
175 | + /** |
|
176 | + * @param string $source |
|
177 | + */ |
|
175 | 178 | public function moveAvatar($row, $source, $filename) |
176 | 179 | { |
177 | 180 | $avatar_attach_folder = $this->getAvatarFolderId($row); |
@@ -73,6 +73,9 @@ |
||
73 | 73 | } |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @param string $where |
|
78 | + */ |
|
76 | 79 | protected function setBoardProperty($board, $property, $where = null) |
77 | 80 | { |
78 | 81 | $to_prefix = $this->config->to_prefix; |
@@ -420,6 +420,9 @@ |
||
420 | 420 | return $form; |
421 | 421 | } |
422 | 422 | |
423 | + /** |
|
424 | + * @param Form $form |
|
425 | + */ |
|
423 | 426 | protected function prepareStep0Form($form) |
424 | 427 | { |
425 | 428 | $form->action_url = $this->response->scripturl . '?step=1'; |
@@ -232,7 +232,7 @@ discard block |
||
232 | 232 | * The important one, transfer the content from the source forum to our |
233 | 233 | * destination system. |
234 | 234 | * |
235 | - * @return boolean |
|
235 | + * @return boolean|null |
|
236 | 236 | */ |
237 | 237 | public function doStep1() |
238 | 238 | { |
@@ -384,7 +384,7 @@ discard block |
||
384 | 384 | /** |
385 | 385 | * we are done :) |
386 | 386 | * |
387 | - * @return boolean |
|
387 | + * @return boolean|null |
|
388 | 388 | */ |
389 | 389 | public function doStep3() |
390 | 390 | { |
@@ -103,6 +103,9 @@ discard block |
||
103 | 103 | $this->skeleton = $skeleton; |
104 | 104 | } |
105 | 105 | |
106 | + /** |
|
107 | + * @param integer $key |
|
108 | + */ |
|
106 | 109 | public function processSource($step, $key) |
107 | 110 | { |
108 | 111 | $this->current_step = $step; |
@@ -186,6 +189,9 @@ discard block |
||
186 | 189 | return $string; |
187 | 190 | } |
188 | 191 | |
192 | + /** |
|
193 | + * @param string $current_data |
|
194 | + */ |
|
189 | 195 | protected function prepareSpecialResult($current_data, $special_limit) |
190 | 196 | { |
191 | 197 | $start = $this->config->progress->start; |
@@ -243,6 +249,9 @@ discard block |
||
243 | 249 | return $current; |
244 | 250 | } |
245 | 251 | |
252 | + /** |
|
253 | + * @param string $id |
|
254 | + */ |
|
246 | 255 | public function doPreSqlStep($id) |
247 | 256 | { |
248 | 257 | if ($this->config->progress->isPreSqlDone()) |