mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Added important piece of information for where the callback method should be defined for duplicate checks in BulkLoader
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70761 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c9df0ee039
commit
cc0a24617d
@ -93,7 +93,8 @@ abstract class BulkLoader extends ViewableData {
|
|||||||
* Specifies how to determine duplicates based on one or more provided fields
|
* Specifies how to determine duplicates based on one or more provided fields
|
||||||
* in the imported data, matching to properties on the used {@link DataObject} class.
|
* in the imported data, matching to properties on the used {@link DataObject} class.
|
||||||
* Alternatively the array values can contain a callback method (see example for
|
* Alternatively the array values can contain a callback method (see example for
|
||||||
* implementation details).
|
* implementation details). The callback method should be defined on the source class.
|
||||||
|
*
|
||||||
* If multiple checks are specified, the first one "wins".
|
* If multiple checks are specified, the first one "wins".
|
||||||
*
|
*
|
||||||
* <code>
|
* <code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user