EmailValidator

class EmailValidator extends ConstraintValidator

Constants

PRETTY_DATE

Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s").

OBJECT_TO_STRING

Whether to cast objects with a "__toString()" method to strings.

Methods

initialize(ExecutionContextInterface $context)

Initializes the constraint validator.

from ConstraintValidator
__construct($strict = false)
validate(mixed $value, Constraint $constraint)

Checks if the passed value is valid.

Details

initialize(ExecutionContextInterface $context)

Initializes the constraint validator.

Parameters

ExecutionContextInterface $context The current validation context

__construct($strict = false)

Parameters

$strict

validate(mixed $value, Constraint $constraint)

Checks if the passed value is valid.

Parameters

mixed $value The value that should be validated
Constraint $constraint The constraint for the validation
doc_Symfony
2016-10-28 06:14:54
Comments
Leave a Comment

Please login to continue.