Completed
Pull Request — typo3v9 (#498)
by Tomáš
06:05
created
Classes/Controller/CrawlerController.php 1 patch
Doc Comments   +7 added lines, -2 removed lines patch added patch discarded remove patch
@@ -402,6 +402,10 @@  discard block
 block discarded – undo
402 402
      * @param    array        Array which is passed by reference and contains the an id per url to secure we will not crawl duplicates
403 403
      * @param    array        Array which will be filled with URLS for download if flag is set.
404 404
      * @param    array        Array of processing instructions
405
+     * @param integer $scheduledTime
406
+     * @param integer $reqMinute
407
+     * @param boolean $submitCrawlUrls
408
+     * @param boolean $downloadCrawlUrls
405 409
      * @return    string        List of URLs (meant for display in backend module)
406 410
      */
407 411
     public function urlListFromUrlArray(
@@ -840,7 +844,7 @@  discard block
 block discarded – undo
840 844
      * The number of URLs will be the multiplication of the number of parameter values for each key
841 845
      *
842 846
      * @param array $paramArray Output of expandParameters(): Array with keys (GET var names) and for each an array of values
843
-     * @param array $urls URLs accumulated in this array (for recursion)
847
+     * @param string[] $urls URLs accumulated in this array (for recursion)
844 848
      * @return array
845 849
      */
846 850
     public function compileUrls($paramArray, array $urls)
@@ -1408,6 +1412,7 @@  discard block
 block discarded – undo
1408 1412
      *
1409 1413
      * @param    array        Page row
1410 1414
      * @param    string        Page icon and title for row
1415
+     * @param string $pageTitleAndIcon
1411 1416
      * @return    string        HTML <tr> content (one or more)
1412 1417
      */
1413 1418
     public function drawURLs_addRowsForPage(array $pageRow, $pageTitleAndIcon)
@@ -1529,7 +1534,7 @@  discard block
 block discarded – undo
1529 1534
      * @param int $countInARun
1530 1535
      * @param int $sleepTime
1531 1536
      * @param int $sleepAfterFinish
1532
-     * @return string
1537
+     * @return integer
1533 1538
      */
1534 1539
     public function CLI_run($countInARun, $sleepTime, $sleepAfterFinish)
1535 1540
     {
Please login to merge, or discard this patch.