Data Fields | |
$firstOption = 'retargetOpenedEmailRecipients' | |
$secondOption = 'retargetClickedEmailRecipients' | |
$thirdOption = 'retargetNotViewedEmailRecipients' | |
$forthOption = 'retargetNotClickedEmailRecipients' | |
Protected Member Functions | |
validateAttribute ($object, $attribute) | |
resolveErrorMessage ($object) |
Definition at line 37 of file AtLeastOneRetargetingOptionRequiredValidator.php.
validateAttribute | ( | $ | object, | |
$ | attribute | |||
) | [protected] |
Validates the attribute of the model. If there is any error, the error message is added to the model.
RedBeanModel | $object the model being validated | |
string | $attribute the attribute being validated |
Definition at line 54 of file AtLeastOneRetargetingOptionRequiredValidator.php.