PHP Class Faker\Provider\en_ZA\Person

Inheritance: extends Faker\Provider\Person
Show file 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 static property

protected static $femaleNameFormats

$firstNameFemale protected static property

protected static $firstNameFemale

$firstNameMale protected static property

protected static $firstNameMale

$lastName protected static property

protected static $lastName

$maleNameFormats protected static property

protected static $maleNameFormats