PHP Class IBAN\Generation\IBANGenerator

Afficher le fichier Open project: jschaedl/iban Class Usage Examples

Protected Properties

Свойство Type Description
$ruleFactory

Méthodes publiques

Méthode Description
AT ( $instituteIdentification, $bankAccountNumber )
DE ( $instituteIdentification, $bankAccountNumber )
ES ( $instituteIdentification, $bankAccountNumber )
MT ( $instituteIdentification, $bankAccountNumber )
NL ( $instituteIdentification, $bankAccountNumber )
__construct ( IBAN\Rule\RuleFactoryInterface $ruleFactory )
generate ( $instituteIdentification, $bankAccountNumber )

Méthodes protégées

Méthode Description
normalize ( $value )
prepareAndCheckBankAccountNumber ( $bankAccountNumber )
prepareAndCheckInstituteIdentification ( $instituteIdentification )

Method Details

AT() public static méthode

public static AT ( $instituteIdentification, $bankAccountNumber )

DE() public static méthode

public static DE ( $instituteIdentification, $bankAccountNumber )

ES() public static méthode

public static ES ( $instituteIdentification, $bankAccountNumber )

MT() public static méthode

public static MT ( $instituteIdentification, $bankAccountNumber )

NL() public static méthode

public static NL ( $instituteIdentification, $bankAccountNumber )

__construct() public méthode

public __construct ( IBAN\Rule\RuleFactoryInterface $ruleFactory )
$ruleFactory IBAN\Rule\RuleFactoryInterface

generate() public méthode

public generate ( $instituteIdentification, $bankAccountNumber )

normalize() protected méthode

protected normalize ( $value )

prepareAndCheckBankAccountNumber() protected méthode

protected prepareAndCheckBankAccountNumber ( $bankAccountNumber )

prepareAndCheckInstituteIdentification() protected méthode

protected prepareAndCheckInstituteIdentification ( $instituteIdentification )

Property Details

$ruleFactory protected_oe property

protected $ruleFactory