OptionFieldValidator
class OptionFieldValidator extends FieldValidator (View source)
Validates that a value is one of a set of options
Properties
protected | string | $name | The name of the field being validated |
from FieldValidator |
protected | mixed | $value | The value to validate |
from FieldValidator |
protected | bool | $allowNull | Whether null is considered a valid value |
from FieldValidator |
protected | array | $options | A list of allowed values |
Methods
protected
validateValue()
Inner validation method that performs the actual validation logic
Details
__construct(string $name, mixed $value, array $options)
No description
ValidationResult
validate()
Validate the value
protected ValidationResult
validateValue()
Inner validation method that performs the actual validation logic
protected void
checkValueInOptions(mixed $value, ValidationResult $result)
No description
protected string
getMessage()
No description