class CardSchemeValidator extends ConstraintValidator
Validates that a card number belongs to a specified scheme.
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 | |
validate(mixed $value, Constraint $constraint) Validates a creditcard belongs to a specified scheme. |
Details
initialize(ExecutionContextInterface $context)
Initializes the constraint validator.
validate(mixed $value, Constraint $constraint)
Validates a creditcard belongs to a specified scheme.
Please login to continue.