Public Member Functions | |
analyzeByRow (RedBean_OODBBean $rowBean) | |
sanitizeValue ($value) | |
Static Protected Member Functions | |
static | getAcceptableValues () |
Sanitizer for handling product template type.
Definition at line 40 of file ProductTemplateTypeSanitizerUtil.php.
analyzeByRow | ( | RedBean_OODBBean $ | rowBean | ) |
RedBean_OODBBean | $rowBean |
Reimplemented from SanitizerUtil.
Definition at line 45 of file ProductTemplateTypeSanitizerUtil.php.
sanitizeValue | ( | $ | value | ) |
Given a type, attempt to resolve it as a valid type. If the type is invalid, a InvalidValueToSanitizeException will be thrown.
mixed | $value |
InvalidValueToSanitizeException |
Reimplemented from SanitizerUtil.
Definition at line 68 of file ProductTemplateTypeSanitizerUtil.php.