PHP Класс Faker\Provider\de_DE\Payment

Наследование: extends Faker\Provider\Payment
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$banks Sources: The 19 largest German banks by total assets

Открытые методы

Метод Описание
bank ( )
bankAccountNumber ( string $prefix = '', string $countryCode = 'DE', integer $length = null ) : string International Bank Account Number (IBAN)

Описание методов

bank() публичный статический Метод

public static bank ( )

bankAccountNumber() публичный статический Метод

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
Результат string

Описание свойств

$banks защищенное статическое свойство

Sources: The 19 largest German banks by total assets
См. также: https://de.wikipedia.org/wiki/Liste_der_größten_Banken_in_Deutschland The 20 largest co-operative banks by branch count
См. также: https://de.wikipedia.org/wiki/Liste_der_Genossenschaftsbanken_in_Deutschland The 20 largest public savings banks by branch count
См. также: https://de.wikipedia.org/wiki/Liste_der_Sparkassen_in_Deutschland
protected static $banks