class IbanValidator extendsConstraintValidator

Constants

FORMATS

IBAN country specific formats.

The first 2 characters from an IBAN format are the two-character ISO country code. The following 2 characters represent the check digits calculated from the rest of the IBAN characters. The rest are up to thirty alphanumeric characters for a BBAN (Basic Bank Account Number) which has a fixed length per country and, included within it, a bank identifier with a fixed position and a fixed length per country

Methods

void
validate(mixed$value,Constraint$constraint)

No description

Details

void validate(mixed$value,Constraint$constraint)

Parameters

mixed $value
Constraint $constraint

Return Value

void