@@ -16,7 +16,7 @@ |
||
16 | 16 | * |
17 | 17 | * @param array $linkParams |
18 | 18 | * |
19 | - * @return array - Associative array of Link type to List of Vtiger_Link_Model instances for Mass Actions |
|
19 | + * @return Vtiger_Link_Model[] - Associative array of Link type to List of Vtiger_Link_Model instances for Mass Actions |
|
20 | 20 | */ |
21 | 21 | public function getListViewMassActions($linkParams) |
22 | 22 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * |
17 | 17 | * @param array $linkParams |
18 | 18 | * |
19 | - * @return array - Associative array of Link type to List of Vtiger_Link_Model instances for Mass Actions |
|
19 | + * @return Vtiger_Link_Model[] - Associative array of Link type to List of Vtiger_Link_Model instances for Mass Actions |
|
20 | 20 | */ |
21 | 21 | public function getListViewMassActions($linkParams) |
22 | 22 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | * |
18 | 18 | * @param \App\Request $request |
19 | 19 | * |
20 | - * @return string export query |
|
20 | + * @return App\Db\Query export query |
|
21 | 21 | */ |
22 | 22 | public function getExportQuery(\App\Request $request) |
23 | 23 | { |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | /** |
17 | 17 | * function to get clean instance. |
18 | 18 | * |
19 | - * @return \static |
|
19 | + * @return Settings_OSSMail_Config_Model |
|
20 | 20 | */ |
21 | 21 | public static function getCleanIntance() |
22 | 22 | { |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | /** |
27 | 27 | * Function to get instance with configuration. |
28 | 28 | * |
29 | - * @return \static |
|
29 | + * @return Settings_OSSMail_Config_Model |
|
30 | 30 | */ |
31 | 31 | public static function getInstance() |
32 | 32 | { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | * |
12 | 12 | * @param Vtiger_Record_Model $recordModel |
13 | 13 | * |
14 | - * @return int |
|
14 | + * @return string |
|
15 | 15 | */ |
16 | 16 | public function process(Vtiger_Record_Model $recordModel) |
17 | 17 | { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | * |
12 | 12 | * @param Vtiger_Record_Model $recordModel |
13 | 13 | * |
14 | - * @return int |
|
14 | + * @return string |
|
15 | 15 | */ |
16 | 16 | public function process(Vtiger_Record_Model $recordModel) |
17 | 17 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | /** |
15 | 15 | * Function returns the Number of Leads created per week. |
16 | 16 | * |
17 | - * @param type $data |
|
18 | 17 | * |
19 | 18 | * @return <Array> |
20 | 19 | */ |
@@ -44,6 +44,7 @@ |
||
44 | 44 | |
45 | 45 | /** |
46 | 46 | * {@inheritdoc} |
47 | + * @param string $value |
|
47 | 48 | */ |
48 | 49 | public function getDisplayValue($value, $record = false, $recordModel = false, $rawText = false, $length = false) |
49 | 50 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | /** |
12 | 12 | * Return search params (use to in building address URL to listview). |
13 | 13 | * |
14 | - * @param int|string $owner |
|
15 | 14 | * @param string $date |
16 | 15 | * |
17 | 16 | * @return string |