PHP Class IBAN\Core\IBAN

Datei anzeigen Open project: jschaedl/iban

Public Methods

Method Description
__construct ( $iban )
format ( )
getAccountIdentification ( )
getBankAccountNumber ( )
getChecksum ( )
getInstituteIdentification ( )
getLocaleCode ( )
validate ( )

Private Methods

Method Description
getNumericAccountIdentification ( $accountIdentification )
getNumericLocaleCode ( $localeCode )
getNumericRepresentation ( $letterRepresentation )
isChecksumValid ( )
isFormatValid ( )
isLengthValid ( )
isLocalCodeValid ( )
local_bcmod ( $x, $y )
normalize ( $iban )

Method Details

__construct() public method

public __construct ( $iban )

format() public method

public format ( )

getAccountIdentification() public method

getBankAccountNumber() public method

getChecksum() public method

public getChecksum ( )

getInstituteIdentification() public method

getLocaleCode() public method

public getLocaleCode ( )

validate() public method

public validate ( )