modules/Import/ImportDuplicateCheck.php
\ImportDuplicateCheck
Package:
Properties
Methods
_getIndexVardefs(
)
:
array
Returns an array of indices for the current module
Returns
Type | Description |
---|---|
array |
getDuplicateCheckIndexes(
)
:
array
Returns an array with an element for each index
Returns
Type | Description |
---|---|
array |
isADuplicateRecord(
array $indexlist
)
:
bool
Checks to see if the given bean is a duplicate based off the given indexes
Parameters
Returns
Name | Type | Description |
---|---|---|
$indexlist | array |
Type | Description |
---|---|
bool | true if this bean is a duplicate or false if it isn't |