/home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/sk_SK
NameSizeModeActions
Address.php489020644editdlrm
Company.php70180644editdlrm
Internet.php3320644editdlrm
Payment.php6680644editdlrm
Person.php117550644editdlrm
PhoneNumber.php2960644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/sk_SK/Person.php (11755B)
generator->parse(static::randomElement(static::$lastNameFormat)); } public static function lastNameMale() { return static::randomElement(static::$lastNameMale); } public static function lastNameFemale() { return static::randomElement(static::$lastNameFemale); } /** * @example 'PhD' */ public static function suffix() { return static::randomElement(static::$suffix); } }