|
| analyzeByRow (RedBean_OODBBean $rowBean) |
|
| sanitizeValue ($value) |
|
| 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) |
|
| $modelClassName |
|
| $attributeName |
|
| $analysisMessages = array() |
|
| $shouldSkipRow = false |
|
| $columnName |
|
| $columnMappingData = array() |
|
| $mappingRuleData = array() |
|
| $importSanitizeResultsUtil |
|
| $penultimateModelClassName |
|
| $penultimateAttributeName |
|
| $explicitReadWriteModelPermissions = null |
|
Sanitizer for full name attributes.
Definition at line 40 of file FullNameSanitizerUtil.php.
static shouldNotSaveModelOnSanitizingValueFailure |
( |
| ) |
|
|
static |
analyzeByRow |
( |
RedBean_OODBBean |
$rowBean | ) |
|
Given a value that is a full name, split the full name into the first and last name parts. Validate that the first and last name are not too large for their attributes. If they are too large or the full name does not valid properly, then an InvalidValueToSanitizeException is thrown.
- Parameters
-
- Returns
- sanitized value
- Exceptions
-
Definition at line 92 of file FullNameSanitizerUtil.php.
The documentation for this class was generated from the following file: