@@ -311,7 +311,7 @@ discard block |
||
311 | 311 | /** |
312 | 312 | * Returns a tag for the refresh icon |
313 | 313 | * |
314 | - * @return string |
|
314 | + * @return AOE\Crawler\Utility\ButtonUtility |
|
315 | 315 | */ |
316 | 316 | protected function getRefreshLink() |
317 | 317 | { |
@@ -325,7 +325,7 @@ discard block |
||
325 | 325 | /** |
326 | 326 | * Returns a link for the panel to enable or disable the crawler |
327 | 327 | * |
328 | - * @return string |
|
328 | + * @return AOE\Crawler\Utility\ButtonUtility |
|
329 | 329 | */ |
330 | 330 | protected function getEnableDisableLink() |
331 | 331 | { |
@@ -351,7 +351,7 @@ discard block |
||
351 | 351 | * |
352 | 352 | * @param void |
353 | 353 | * |
354 | - * @return string a-tag |
|
354 | + * @return AOE\Crawler\Utility\ButtonUtility|null a-tag |
|
355 | 355 | */ |
356 | 356 | protected function getModeLink() |
357 | 357 | { |
@@ -318,7 +318,7 @@ |
||
318 | 318 | return \AOE\Crawler\Utility\ButtonUtility::getLinkButton( |
319 | 319 | 'actions-refresh', |
320 | 320 | $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.refresh'), |
321 | - 'window.location=\'' . \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info') . '&SET[crawlaction]=multiprocess&id=' . $this->pageId . '\';' |
|
321 | + 'window.location=\''.\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info').'&SET[crawlaction]=multiprocess&id='.$this->pageId.'\';' |
|
322 | 322 | ); |
323 | 323 | } |
324 | 324 |