@@ -111,7 +111,7 @@ |
||
111 | 111 | * This method is used to set the uid of the queue entry |
112 | 112 | * where the reason is relevant for. |
113 | 113 | * |
114 | - * @param int $entry_id |
|
114 | + * @param int $entry_uid |
|
115 | 115 | */ |
116 | 116 | public function setQueueEntryUid($entry_uid) |
117 | 117 | { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | { |
67 | 67 | $db = $this->getDB(); |
68 | 68 | $where = 'process_id_completed='.$db->fullQuoteStr($process->getProcess_id(), $this->tableName). |
69 | - ' AND exec_time > 0 '; |
|
69 | + ' AND exec_time > 0 '; |
|
70 | 70 | $limit = 1; |
71 | 71 | $groupby = ''; |
72 | 72 |
@@ -717,6 +717,7 @@ discard block |
||
717 | 717 | * @param array Page row or set-id |
718 | 718 | * @param string Title string |
719 | 719 | * @param int Items per Page setting |
720 | + * @param string $titleString |
|
720 | 721 | * @return string HTML <tr> content (one or more) |
721 | 722 | */ |
722 | 723 | public function drawLog_addRows($pageRow_setId, $titleString, $itemsPerPage=10) |
@@ -1239,6 +1240,8 @@ discard block |
||
1239 | 1240 | * @param string Selector box name |
1240 | 1241 | * @param string Selector box value (array for multiple...) |
1241 | 1242 | * @param boolean If set, will draw multiple box. |
1243 | + * @param string $name |
|
1244 | + * @param integer $multiple |
|
1242 | 1245 | * @return string HTML select element |
1243 | 1246 | */ |
1244 | 1247 | public function selectorBox($optArray, $name, $value, $multiple) |
@@ -116,6 +116,7 @@ discard block |
||
116 | 116 | * Set the page id |
117 | 117 | * |
118 | 118 | * @param int page id |
119 | + * @param integer $pageId |
|
119 | 120 | */ |
120 | 121 | public function setPageId($pageId) |
121 | 122 | { |
@@ -293,7 +294,7 @@ discard block |
||
293 | 294 | * Converts seconds into minutes |
294 | 295 | * |
295 | 296 | * @param int $seconds |
296 | - * @return int |
|
297 | + * @return double |
|
297 | 298 | */ |
298 | 299 | protected function asMinutes($seconds) |
299 | 300 | { |
@@ -444,7 +445,7 @@ discard block |
||
444 | 445 | * just a wrapper should be done in a cleaner way |
445 | 446 | * later on |
446 | 447 | * |
447 | - * @param $label |
|
448 | + * @param string $label |
|
448 | 449 | * @return string |
449 | 450 | */ |
450 | 451 | protected function getLLLabel($label) |
@@ -49,11 +49,11 @@ |
||
49 | 49 | |
50 | 50 | // Adding options to help archive: |
51 | 51 | /** |
52 | - * We removed the "proc" option as it seemd not to be working any more. But as the complete handling of the crawler has changed regarding the configuration |
|
53 | - * this is completely ok. Since configuration records were introduced to configure "what should be done" additionally to page ts the way to setup jobs |
|
54 | - * has drifted from selecting filtering processing instructions to selecting/filtering configuration keys (you can configure the processing instructions there). |
|
55 | - * This is also reflected in the backend modules and allows you a much clearer and powerful way to work with the crawler extension. |
|
56 | - */ |
|
52 | + * We removed the "proc" option as it seemd not to be working any more. But as the complete handling of the crawler has changed regarding the configuration |
|
53 | + * this is completely ok. Since configuration records were introduced to configure "what should be done" additionally to page ts the way to setup jobs |
|
54 | + * has drifted from selecting filtering processing instructions to selecting/filtering configuration keys (you can configure the processing instructions there). |
|
55 | + * This is also reflected in the backend modules and allows you a much clearer and powerful way to work with the crawler extension. |
|
56 | + */ |
|
57 | 57 | // $this->cli_options[] = array('-proc listOfProcInstr', 'Comma list of processing instructions. These are the "actions" carried out when crawling and you must specify at least one. Depends on third-party extensions. Examples are "tx_cachemgm_recache" from "cachemgm" extension (will recache pages), "tx_staticpub_publish" from "staticpub" (publishing pages to static files) or "tx_indexedsearch_reindex" from "indexed_search" (indexes pages).'); |
58 | 58 | // TODO: cleanup here! |
59 | 59 | $this->cli_options[] = ['-d depth', 'Tree depth, 0-99', "How many levels under the 'page_id' to include."]; |