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:
Sean Harvey 2009-01-26 23:55:06 +00:00 committed by Sam Minnee
parent c9df0ee039
commit cc0a24617d

View File

@ -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>