@@ -285,7 +285,6 @@ discard block |
||
285 | 285 | } |
286 | 286 | |
287 | 287 | /** |
288 | - * @param array $exportFields |
|
289 | 288 | * @return array |
290 | 289 | */ |
291 | 290 | public function getAllFields($fields = []) |
@@ -328,6 +327,7 @@ discard block |
||
328 | 327 | * @param array $propertiesFields |
329 | 328 | * @param array $row |
330 | 329 | * @param array $titleFields |
330 | + * @param integer $columnsCount |
|
331 | 331 | * @throws \Exception |
332 | 332 | */ |
333 | 333 | public function saveInvk($objectId, $object, $objectFields = [], $properties = [], $propertiesFields = [], $row=[], $titleFields=[], $columnsCount = null) |