IbanTrait
Table of Contents
Properties
- $iban : string
- $disable_iban_test : bool
Methods
- getIban() : string
- Returns the IBAN with or without spaces.
- setDisableIbanTest() : void
- verifyIBAN() : bool
- testIBAN() : bool
Properties
$iban
public
string
$iban
$disable_iban_test
private
bool
$disable_iban_test
= false
Methods
getIban()
Returns the IBAN with or without spaces.
public
getIban([bool $spaced = false ][, bool $censure = false ]) : string
Parameters
- $spaced : bool = false
- $censure : bool = false
Return values
stringsetDisableIbanTest()
public
setDisableIbanTest(bool $value) : void
Parameters
- $value : bool
verifyIBAN()
public
verifyIBAN(string $iban) : bool
Parameters
- $iban : string
Return values
booltestIBAN()
protected
testIBAN() : bool