FacturaScripts

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

$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
string

setDisableIbanTest()

public setDisableIbanTest(bool $value) : void
Parameters
$value : bool

verifyIBAN()

public verifyIBAN(string $iban) : bool
Parameters
$iban : string
Return values
bool

testIBAN()

protected testIBAN() : bool
Return values
bool

        
On this page

Search results