PHP Class Faker\Provider\ja_JP\Person

Inheritance: extends Faker\Provider\Person
Show file Open project: fzaninotto/faker

Protected Properties

Property Type Description
$femaleKanaNameFormats
$femaleNameFormats
$firstKanaNameFemale
$firstKanaNameFormat
$firstKanaNameMale
$firstNameFemale {@link} http://dic.nicovideo.jp/a/%E6%97%A5%E6%9C%AC%E4%BA%BA%E3%81%AE%E5%90%8D%E5%89%8D%E4%B8%80%E8%A6%A7 {@link} http://www.meijiyasuda.co.jp/enjoy/ranking/
$firstNameMale {@link} http://dic.nicovideo.jp/a/%E6%97%A5%E6%9C%AC%E4%BA%BA%E3%81%AE%E5%90%8D%E5%89%8D%E4%B8%80%E8%A6%A7 {@link} http://www.meijiyasuda.co.jp/enjoy/ranking/
$lastKanaName
$lastName {@link} http://dic.nicovideo.jp/a/%E6%97%A5%E6%9C%AC%E3%81%AE%E8%8B%97%E5%AD%97%28%E5%90%8D%E5%AD%97%29%E3%81%AE%E4%B8%80%E8%A6%A7
$maleKanaNameFormats
$maleNameFormats

Public Methods

Method Description
firstKanaName ( string | null $gender = null ) : string
firstKanaNameFemale ( )
firstKanaNameMale ( )
kanaName ( string | null $gender = null ) : string
lastKanaName ( )

Method Details

firstKanaName() public method

public firstKanaName ( string | null $gender = null ) : string
$gender string | null 'male', 'female' or null for any
return string

firstKanaNameFemale() public static method

public static firstKanaNameFemale ( )

firstKanaNameMale() public static method

public static firstKanaNameMale ( )

kanaName() public method

public kanaName ( string | null $gender = null ) : string
$gender string | null 'male', 'female' or null for any
return string

lastKanaName() public static method

public static lastKanaName ( )

Property Details

$femaleKanaNameFormats protected static property

protected static $femaleKanaNameFormats

$femaleNameFormats protected static property

protected static $femaleNameFormats

$firstKanaNameFemale protected static property

protected static $firstKanaNameFemale

$firstKanaNameFormat protected static property

protected static $firstKanaNameFormat

$firstKanaNameMale protected static property

protected static $firstKanaNameMale

$firstNameFemale protected static property

{@link} http://dic.nicovideo.jp/a/%E6%97%A5%E6%9C%AC%E4%BA%BA%E3%81%AE%E5%90%8D%E5%89%8D%E4%B8%80%E8%A6%A7 {@link} http://www.meijiyasuda.co.jp/enjoy/ranking/
protected static $firstNameFemale

$firstNameMale protected static property

{@link} http://dic.nicovideo.jp/a/%E6%97%A5%E6%9C%AC%E4%BA%BA%E3%81%AE%E5%90%8D%E5%89%8D%E4%B8%80%E8%A6%A7 {@link} http://www.meijiyasuda.co.jp/enjoy/ranking/
protected static $firstNameMale

$lastKanaName protected static property

protected static $lastKanaName

$lastName protected static property

{@link} http://dic.nicovideo.jp/a/%E6%97%A5%E6%9C%AC%E3%81%AE%E8%8B%97%E5%AD%97%28%E5%90%8D%E5%AD%97%29%E3%81%AE%E4%B8%80%E8%A6%A7
protected static $lastName

$maleKanaNameFormats protected static property

protected static $maleKanaNameFormats

$maleNameFormats protected static property

protected static $maleNameFormats