/home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/hy_AM
NameSizeModeActions
Address.php66450644editdlrm
Color.php3830644editdlrm
Company.php12790644editdlrm
Internet.php3200644editdlrm
Person.php155380644editdlrm
PhoneNumber.php8970644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/hy_AM/Address.php (6645B)
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 function streetPrefix() { return static::randomElement(static::$streetPrefix); } public static function street() { return static::randomElement(static::$street); } }