Static Public Member Functions | |
static | getModelClassName () |
static | getDerivedAttributeTypes () |
static | getNonImportableAttributeNames () |
static | getDedupeAttributes () |
Defines the import rules for importing into the contacts module.
Definition at line 40 of file ContactsImportRules.php.
static getModelClassName | ( | ) | [static] |
Get model class name associated with the import rules.
Reimplemented from ImportRules.
Definition at line 42 of file ContactsImportRules.php.
static getDerivedAttributeTypes | ( | ) | [static] |
Get the array of available derived attribute types that can be mapped when using these import rules.
Reimplemented from ImportRules.
Definition at line 51 of file ContactsImportRules.php.
static getNonImportableAttributeNames | ( | ) | [static] |
Get the array of attributes that cannot be mapped when using these import rules.
Reimplemented from ImportRules.
Definition at line 60 of file ContactsImportRules.php.
static getDedupeAttributes | ( | ) | [static] |
Get fields for which dedupe ruled would be executed
Reimplemented from ImportRules.
Definition at line 71 of file ContactsImportRules.php.