/home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/ru_RU
NameSizeModeActions
Address.php111080644editdlrm
Color.php19580644editdlrm
Company.php132140644editdlrm
Internet.php3450644editdlrm
Payment.php320540644editdlrm
Person.php125260644editdlrm
PhoneNumber.php2790644editdlrm
Text.php3912740644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/Address.php (11108B)
generator->parse($format); } public static function country() { return static::randomElement(static::$country); } public static function postcode() { return static::toUpper(static::bothify(static::randomElement(static::$postcode))); } public static function regionSuffix() { return static::randomElement(static::$regionSuffix); } public static function region() { return static::randomElement(static::$region); } public static function cityPrefix() { return static::randomElement(static::$cityPrefix); } public function city() { return static::randomElement(static::$city); } public static function streetPrefix() { return static::randomElement(static::$streetPrefix); } public static function street() { return static::randomElement(static::$street); } }