Public Member Functions | |
analyzeByRow (RedBean_OODBBean $rowBean) | |
sanitizeValue ($value) | |
![]() | |
analyzeByRow (RedBean_OODBBean $rowBean) | |
sanitizeValue ($value) | |
shouldSanitizeValue () | |
![]() | |
sanitizeValue ($value) | |
analyzeByRow (RedBean_OODBBean $rowBean) | |
__construct ($modelClassName, $attributeName, $columnName, array $columnMappingData, ImportSanitizeResultsUtil $importSanitizeResultsUtil=null, $penultimateModelClassName, $penultimateAttributeName, $explicitReadWriteModelPermissions=null) | |
shouldSanitizeValue () | |
getAnalysisMessages () | |
getShouldSkipRow () | |
Static Public Member Functions | |
static | getLinkedMappingRuleType () |
![]() | |
static | getLinkedMappingRuleType () |
static | shouldNotSaveModelOnSanitizingValueFailure () |
![]() | |
static | getType () |
static | getLinkedMappingRuleType () |
static | shouldNotSaveModelOnSanitizingValueFailure () |
Additional Inherited Members | |
![]() | |
init () | |
assertMappingRuleDataIsValid () | |
![]() | |
static | resolveMappingRuleData ($columnMappingData) |
![]() | |
$modelClassName | |
$attributeName | |
$analysisMessages = array() | |
$shouldSkipRow = false | |
$columnName | |
$columnMappingData = array() | |
$mappingRuleData = array() | |
$importSanitizeResultsUtil | |
$penultimateModelClassName | |
$penultimateAttributeName | |
$explicitReadWriteModelPermissions = null | |
Sanitizer for processing when a full name is required. The part of the full name that is required is the last name. When the full name splits, if it is missing the last name part, then the entire full name value is considered missing.
Definition at line 42 of file FullNameRequiredSanitizerUtil.php.
analyzeByRow | ( | RedBean_OODBBean | $rowBean | ) |
RedBean_OODBBean | $rowBean |
Definition at line 47 of file FullNameRequiredSanitizerUtil.php.
sanitizeValue | ( | $value | ) |
Resolves that the value is not null or the value is null and a valid default value is available for the full name. If not, then an InvalidValueToSanitizeException is thrown.
mixed | $value |
InvalidValueToSanitizeException |
Definition at line 63 of file FullNameRequiredSanitizerUtil.php.