IbanTrait
Table of Contents
Properties
- $iban : mixed
- Código IBAN de la cuenta bancaria.
- $disable_iban_test : mixed
- Indica si se debe omitir la validación del código IBAN.
Methods
- getIban() : string
- Returns the IBAN with or without spaces.
- setDisableIbanTest() : void
- verifyIBAN() : bool
- testIBAN() : bool
Properties
$iban
Código IBAN de la cuenta bancaria.
public
mixed
$iban
@var string
$disable_iban_test
Indica si se debe omitir la validación del código IBAN.
private
mixed
$disable_iban_test
= false
@var bool
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