Skip to content

Commit 0f09373

Browse files
committed
Added doc for new param in get_pull_query
1 parent 9617d55 commit 0f09373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/class-object-sync-sf-salesforce-pull.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ private function check_offset_query( $type, $salesforce_mapping, $query_options
725725
*
726726
* @param string $type e.g. "Contact", "Account", etc.
727727
* @param array $salesforce_mapping the fieldmap that maps the two object types.
728+
* @param bool $force_current_offset if true, the will not be recalculated and will use the offset of the current query saved on the db, if present.
728729
* @return Object_Sync_Sf_Salesforce_Select_Query or null if no mappings or no mapped fields were found.
729730
* @see Object_Sync_Sf_Mapping::get_mapped_fields
730731
* @see Object_Sync_Sf_Mapping::get_mapped_record_types

0 commit comments

Comments
 (0)