/var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/vi_VN
NameSizeModeActions
Address.php88260664editdlrm
Color.php12710664editdlrm
Internet.php3380664editdlrm
Person.php111970664editdlrm
PhoneNumber.php17030664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/Address.php (8826B)
generator->parse($format)); } public function hamletPrefix() { return static::randomElement(static::$hamletPrefix); } public function wardName() { $format = static::randomElement(static::$wardNameFormats); return static::bothify($this->generator->parse($format)); } public function wardPrefix() { return static::randomElement(static::$wardPrefix); } public function districtName() { $format = static::randomElement(static::$districtNameFormats); return static::bothify($this->generator->parse($format)); } public function districtPrefix() { return static::randomElement(static::$districtPrefix); } /** * @example 'Hà Nội' */ public function city() { return static::randomElement(static::$city); } /** * @example 'Bắc Giang' */ public static function province() { return static::randomElement(static::$province); } }