Public Member Functions | |
isValidBIC ($sBIC) | |
isValidIBAN ($sIBAN) | |
isValidIBANRegistry ($aIBANRegistry=null) | |
setIBANRegistry ($aIBANRegistry) | |
getIBANRegistry () | |
getIBANCodeLengths () | |
Protected Attributes | |
$_aIBANCodeLengths |
SEPA (Single Euro Payments Area) validation class
Definition at line 7 of file oxsepavalidator.php.
oxSepaValidator.getIBANCodeLengths | ( | ) |
oxSepaValidator.getIBANRegistry | ( | ) |
Get IBAN length by country data
Definition at line 157 of file oxsepavalidator.php.
oxSepaValidator.isValidBIC | ( | $ | sBIC | ) |
Business identifier code validation
string | $sBIC code to check |
Definition at line 87 of file oxsepavalidator.php.
oxSepaValidator.isValidIBAN | ( | $ | sIBAN | ) |
International bank account number validation
string | $sIBAN code to check |
Definition at line 101 of file oxsepavalidator.php.
oxSepaValidator.isValidIBANRegistry | ( | $ | aIBANRegistry = null |
) |
Validation of IBAN registry
array | $aIBANRegistry |
Definition at line 118 of file oxsepavalidator.php.
oxSepaValidator.setIBANRegistry | ( | $ | aIBANRegistry | ) |
Set IBAN Registry
array | $aIBANRegistry |
Definition at line 139 of file oxsepavalidator.php.
oxSepaValidator.$_aIBANCodeLengths [protected] |
Definition at line 13 of file oxsepavalidator.php.