modules/Import/ImportDuplicateCheck.php
\ImportDuplicateCheck
Package:
Properties
Methods

_getIndexVardefs(
)
:
arrayReturns an array of indices for the current module
Returns
| Type | Description |
|---|---|
| array |

getDuplicateCheckIndexes(
)
:
arrayReturns an array with an element for each index
Returns
| Type | Description |
|---|---|
| array |

isADuplicateRecord(
array $indexlist
)
:
boolChecks 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 |