PHP Class Faker\Provider\de_DE\Payment

Inheritance: extends Faker\Provider\Payment
Datei anzeigen Open project: fzaninotto/faker

Protected Properties

Property Type Description
$banks Sources: The 19 largest German banks by total assets

Public Methods

Method Description
bank ( )
bankAccountNumber ( string $prefix = '', string $countryCode = 'DE', integer $length = null ) : string International Bank Account Number (IBAN)

Method Details

bank() public static method

public static bank ( )

bankAccountNumber() public static method

International Bank Account Number (IBAN)
public static bankAccountNumber ( string $prefix = '', string $countryCode = 'DE', integer $length = null ) : string
$prefix string for generating bank account number of a specific bank
$countryCode string ISO 3166-1 alpha-2 country code
$length integer total length without country code and 2 check digits
return string

Property Details

$banks protected_oe static_oe property

Sources: The 19 largest German banks by total assets
See also: https://de.wikipedia.org/wiki/Liste_der_größten_Banken_in_Deutschland The 20 largest co-operative banks by branch count
See also: https://de.wikipedia.org/wiki/Liste_der_Genossenschaftsbanken_in_Deutschland The 20 largest public savings banks by branch count
See also: https://de.wikipedia.org/wiki/Liste_der_Sparkassen_in_Deutschland
protected static $banks