PHP Class Faker\Provider\en_ZA\Person

Inheritance: extends Faker\Provider\Person
Datei anzeigen Open project: fzaninotto/faker

Protected Properties

Property Type Description
$femaleNameFormats
$firstNameFemale
$firstNameMale
$lastName
$maleNameFormats

Public Methods

Method Description
idNumber ( DateTime $birthdate = null, boolean $citizen = true, string $gender = null ) : string

Method Details

idNumber() public method

public idNumber ( DateTime $birthdate = null, boolean $citizen = true, string $gender = null ) : string
$birthdate DateTime
$citizen boolean
$gender string
return string

Property Details

$femaleNameFormats protected_oe static_oe property

protected static $femaleNameFormats

$firstNameFemale protected_oe static_oe property

protected static $firstNameFemale

$firstNameMale protected_oe static_oe property

protected static $firstNameMale

$lastName protected_oe static_oe property

protected static $lastName

$maleNameFormats protected_oe static_oe property

protected static $maleNameFormats