Person
class Person extends Person (View source)
Constants
GENDER_MALE |
|
GENDER_FEMALE |
|
Properties
protected | $generator | from Base | |
protected | $unique | from Base | |
static protected | $titleFormat | from Person | |
static protected | $firstNameFormat | from Person | |
static protected | $maleNameFormats | ||
static protected | $femaleNameFormats | ||
static protected | $firstNameMale | ||
static protected | $firstNameFemale | ||
static protected | $lastName | from Person | |
static protected | $titleMale | ||
static protected | $titleFemale | ||
static protected | $lastNameFormat | ||
static protected | $lastNameMale | ||
static protected | $lastNameFemale | ||
static protected | $birthPlaceCode |
Methods
lastName($gender = null)
No description
static
lastNameMale()
No description
static
lastNameFemale()
No description
static
suffix()
No description
nik($gender = null, $birthDate = null)
No description
birthPlaceCode()
No description
Details
in
Base at line 16
__construct(Generator $generator)
No description
in
Base at line 21
static
randomDigit()
No description
in
Base at line 26
static
randomDigitNotNull()
No description
in
Base at line 31
static
randomNumber($nbDigits = null, $strict = false)
No description
in
Base at line 53
static
randomFloat($nbMaxDecimals = null, $min = 0, $max = null)
No description
in
Base at line 72
static
numberBetween($min = 0, $max = 2147483647)
No description
in
Base at line 77
static
randomLetter()
No description
in
Base at line 82
static
randomAscii()
No description
in
Base at line 87
static
randomElements(array $array = ['a', 'b', 'c'], $count = 1)
No description
in
Base at line 114
static
randomElement($array = ['a', 'b', 'c'])
No description
in
Base at line 125
static
randomKey(array $array = [])
No description
in
Base at line 135
static
shuffle($arg = '')
No description
in
Base at line 148
static
shuffleArray($array = [])
No description
in
Base at line 173
static
shuffleString($string = '', $encoding = 'UTF-8')
No description
in
Base at line 185
static
numerify($string = '###')
No description
in
Base at line 215
static
lexify($string = '????')
No description
in
Base at line 220
static
bothify($string = '## ??')
No description
in
Base at line 225
static
asciify($string = '****')
No description
in
Base at line 230
static
regexify($regex = '')
No description
in
Base at line 271
static
toLower($string = '')
No description
in
Base at line 276
static
toUpper($string = '')
No description
in
Base at line 281
optional($weight = 0.5, $default = null)
No description
in
Base at line 286
unique($reset = false, $max_retries = 10000)
No description
in
Base at line 295
static protected
eachEvery($array)
No description
in
Person at line 22
name($gender = null)
No description
in
Person at line 35
firstName($gender = null)
No description
in
Person at line 46
static
firstNameMale()
No description
in
Person at line 51
static
firstNameFemale()
No description
lastName($gender = null)
No description
in
Person at line 61
title($gender = null)
No description
in
Person at line 72
static
titleMale()
No description
in
Person at line 77
static
titleFemale()
No description
static
lastNameMale()
No description
static
lastNameFemale()
No description
static
suffix()
No description
nik($gender = null, $birthDate = null)
No description
protected
birthPlaceCode()
No description