| Public Member Functions | |
| isValidBIC ($sBIC) | |
| isValidIBAN ($sIBAN) | |
| isValidIBANRegistry ($aIBANRegistry=null) | |
| setIBANRegistry ($aIBANRegistry) | |
| getIBANRegistry () | |
| Protected Attributes | |
| $_aIBANRegistry | |
SEPA (Single Euro Payments Area) validation class
Definition at line 7 of file oxsepavalidator.php.
| oxSepaValidator.getIBANRegistry | ( | ) | 
| oxSepaValidator.isValidBIC | ( | $ | sBIC | ) | 
Business identifier code validation
Structure
| string | $sBIC code to check | 
Definition at line 22 of file oxsepavalidator.php.
| oxSepaValidator.isValidIBAN | ( | $ | sIBAN | ) | 
International bank account number validation
An IBAN is validated by converting it into an integer and performing a basic mod-97 operation (as described in ISO 7064) on it. If the IBAN is valid, the remainder equals 1.
| string | $sBIC code to check | 
Definition at line 37 of file oxsepavalidator.php.
| oxSepaValidator.isValidIBANRegistry | ( | $ | aIBANRegistry = null | ) | 
Validation of IBAN registry
| array | $aIBANRegistry | 
Definition at line 81 of file oxsepavalidator.php.
| oxSepaValidator.setIBANRegistry | ( | $ | aIBANRegistry | ) | 
Set IBAN Registry
| array | $aIBANRegistry | 
Definition at line 116 of file oxsepavalidator.php.
| oxSepaValidator.$_aIBANRegistry  [protected] | 
Definition at line 140 of file oxsepavalidator.php.
 1.7.1
 1.7.1