|
| $externalSystemIdMaxLength = 40 |
|
| $attributeModelClassName |
|
| $modelClassName |
|
| $attributeName |
|
| $analysisMessages = array() |
|
| $shouldSkipRow = false |
|
| $columnName |
|
| $columnMappingData = array() |
|
| $mappingRuleData = array() |
|
| $importSanitizeResultsUtil |
|
| $penultimateModelClassName |
|
| $penultimateAttributeName |
|
| $explicitReadWriteModelPermissions = null |
|
|
| sanitizeValue ($value) |
|
| analyzeByRow (RedBean_OODBBean $rowBean) |
|
| __construct ($modelClassName, $attributeName, $columnName, array $columnMappingData, ImportSanitizeResultsUtil $importSanitizeResultsUtil=null, $penultimateModelClassName, $penultimateAttributeName, $explicitReadWriteModelPermissions=null) |
|
| shouldSanitizeValue () |
|
| getAnalysisMessages () |
|
| getShouldSkipRow () |
|
static | resolveMappingRuleData ($columnMappingData) |
|
Sanitizers that support the use of external system ids as possible values should extend this class.
Definition at line 40 of file ExternalSystemIdSuppportedSanitizerUtil.php.
static getModelByExternalSystemIdAndModelClassName |
( |
|
$id, |
|
|
|
$modelClassName |
|
) |
| |
|
static |
resolveFoundIdByValue |
( |
|
$value | ) |
|
|
protected |
resolveAttributeModelClassName |
( |
RedBeanModel |
$model, |
|
|
|
$attributeName |
|
) |
| |
|
protected |
resolveFoundExternalSystemIdByValue |
( |
|
$value | ) |
|
|
protected |
The documentation for this class was generated from the following file: