X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/fakerphp/faker/src/Faker/Provider/ka_GE
home
/
prisjneg
/
public_html
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
ka_GE
/
๐
..
๐
Address.php
(14.64 KB)
๐
Color.php
(1.07 KB)
๐
Company.php
(2.15 KB)
๐
DateTime.php
(1.39 KB)
๐
Internet.php
(425 B)
๐
Payment.php
(2.23 KB)
๐
Person.php
(9.86 KB)
๐
PhoneNumber.php
(266 B)
๐
Text.php
(381.68 KB)
Editing: Payment.php
<?php namespace Faker\Provider\ka_GE; class Payment extends \Faker\Provider\Payment { /** * @see list of Georgian banks (2015-12-26), source: https://www.nbg.gov.ge/index.php?m=403 */ protected static $banks = [ 'แแแแแ แ แแกแแฃแแแแแ', 'แแแแแกแ แแแแแ', 'แกแแฅแแ แแแแแแก แแแแแ', 'แแแแแ แแ แแแแแ', 'แแแแแกแแแแแ', 'แแแแแแ แแแแแ แฏแแ แฏแแ', 'แแแแแ แฅแแ แแฃ', 'แแ แแแ แแแแข แแแแแ', 'แกแแแฅ แ แแฃแ แแแแแ ', 'แแแแแขแแ แแแแแ ', 'แแแแ แแแแฏแแแแก แกแแแ แแแจแแ แแกแ แแแแแ - แกแแฅแแ แแแแแ ', 'แแแ แแแ แแแแแแก แแแแแแกแแก แคแแแแแแ ', 'แแแแแแกแแแก แแแแแแแแ แแแแก แแแแแ - แกแแฅแแ แแแแแ', 'แแจ แแแแแ แกแแฅแแ แแแแแ', 'แแ แแแ แแก แแแแแ', 'แแแ แกแขแแแแแ แข แแแแแ', 'แฎแแแแ แแแแแ แกแแฅแแ แแแแแ ', 'แแแจแ แแแแแ แกแแฅแแ แแแแแ', 'แคแแแแ แแแแแ แกแแฅแแ แแแแแ', ]; /** * @example 'แแแแแกแ แแแแแ' */ public static function bank() { return static::randomElement(static::$banks); } /** * International Bank Account Number (IBAN) * * @see http://en.wikipedia.org/wiki/International_Bank_Account_Number * * @param string $prefix for generating bank account number of a specific bank * @param string $countryCode ISO 3166-1 alpha-2 country code * @param int $length total length without country code and 2 check digits * * @return string */ public static function bankAccountNumber($prefix = '', $countryCode = 'GE', $length = null) { return static::iban($countryCode, $prefix, $length); } }
Upload File
Create Folder