@@ -91,6 +91,7 @@ |
||
91 | 91 | /** |
92 | 92 | * Function to get the list view header. |
93 | 93 | * |
94 | + * @param string $module |
|
94 | 95 | * @return <Array> - List of Vtiger_Field_Model instances |
95 | 96 | */ |
96 | 97 | public function getListViewRssHeaders($module) |
@@ -182,7 +182,7 @@ |
||
182 | 182 | * |
183 | 183 | * @param string $ip - User IP |
184 | 184 | * |
185 | - * @return int - Created records ID |
|
185 | + * @return string - Created records ID |
|
186 | 186 | */ |
187 | 187 | private function setBlockedIp($ip) |
188 | 188 | { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Function to get editable fields from this module. |
21 | 21 | * |
22 | - * @return array List of fieldNames |
|
22 | + * @return string[] List of fieldNames |
|
23 | 23 | */ |
24 | 24 | public function getEditableFieldsList() |
25 | 25 | { |
@@ -126,7 +126,7 @@ |
||
126 | 126 | /** |
127 | 127 | * Function to get object. |
128 | 128 | * |
129 | - * @return \self |
|
129 | + * @return Settings_Github_Client_Model |
|
130 | 130 | */ |
131 | 131 | public static function getInstance() |
132 | 132 | { |
@@ -28,6 +28,9 @@ |
||
28 | 28 | return static::$tablename[$type]; |
29 | 29 | } |
30 | 30 | |
31 | + /** |
|
32 | + * @param string $type |
|
33 | + */ |
|
31 | 34 | public static function getConfig($type, $name = false) |
32 | 35 | { |
33 | 36 | \App\Log::trace('Start ' . __METHOD__ . ' | Type: ' . print_r($type, true) . ' | Name: ' . print_r($name, true)); |
@@ -237,7 +237,7 @@ |
||
237 | 237 | /** |
238 | 238 | * Function to get mapping supported modules list. |
239 | 239 | * |
240 | - * @return array |
|
240 | + * @return string[] |
|
241 | 241 | */ |
242 | 242 | public static function getSupportedModulesList() |
243 | 243 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * Funtion to get the Login history basic query. |
12 | 12 | * |
13 | - * @return type |
|
13 | + * @return App\Db\Query |
|
14 | 14 | */ |
15 | 15 | public function getBasicListQuery() |
16 | 16 | { |
@@ -186,7 +186,7 @@ |
||
186 | 186 | /** |
187 | 187 | * Function to get the clean instance. |
188 | 188 | * |
189 | - * @return \self |
|
189 | + * @return Settings_MailSmtp_Record_Model |
|
190 | 190 | */ |
191 | 191 | public static function getCleanInstance() |
192 | 192 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | /** |
15 | 15 | * Function to get field uitype. |
16 | 16 | * |
17 | - * @return string uitype |
|
17 | + * @return integer uitype |
|
18 | 18 | */ |
19 | 19 | public function getUIType() |
20 | 20 | { |