|
static | $maleNameFormats |
|
static | $femaleNameFormats |
|
static | $firstNameMale |
|
static | $firstNameFemale |
|
static | $lastName |
|
static | $titleMale = array('মি.') |
|
static | $titleFemale = array('মিসেস.', 'মিস.') |
|
static | $titleFormat |
|
static | $firstNameFormat |
|
static | $maleNameFormats |
|
static | $femaleNameFormats |
|
static | $firstNameMale |
|
static | $firstNameFemale |
|
static | $lastName = array('Doe') |
|
static | $titleMale = array('Mr.', 'Dr.', 'Prof.') |
|
static | $titleFemale = array('Mrs.', 'Ms.', 'Miss', 'Dr.', 'Prof.') |
|
|
| name ($gender=null) |
|
| firstName ($gender=null) |
|
| lastName () |
|
| title ($gender=null) |
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
static | firstNameMale () |
|
static | firstNameFemale () |
|
static | titleMale () |
|
static | titleFemale () |
|
static | randomDigit () |
|
static | randomDigitNotNull () |
|
static | randomDigitNot ($except) |
|
static | randomNumber ($nbDigits=null, $strict=false) |
|
static | randomFloat ($nbMaxDecimals=null, $min=0, $max=null) |
|
static | numberBetween ($int1=0, $int2=2147483647) |
|
static | passthrough ($value) |
|
static | randomLetter () |
|
static | randomAscii () |
|
static | randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false) |
|
static | randomElement ($array=array('a', 'b', 'c')) |
|
static | randomKey ($array=array()) |
|
static | shuffle ($arg='') |
|
static | shuffleArray ($array=array()) |
|
static | shuffleString ($string='', $encoding='UTF-8') |
|
static | numerify ($string='###') |
|
static | lexify ($string='????') |
|
static | bothify ($string='## ??') |
|
static | asciify ($string=' ****') |
|
static | regexify ($regex='') |
|
static | toLower ($string='') |
|
static | toUpper ($string='') |
|
const | GENDER_MALE = 'male' |
|
const | GENDER_FEMALE = 'female' |
|
| $generator |
|
| $unique |
|
◆ $femaleNameFormats
Faker\Provider\bn_BD\Person::$femaleNameFormats |
|
staticprotected |
Initial value:= array(
'{{firstNameFemale}} {{lastName}}',
'{{firstNameFemale}} {{lastName}}',
'{{firstNameFemale}} {{lastName}}',
'{{titleFemale}} {{firstNameFemale}} {{lastName}}',
)
◆ $firstNameFemale
Faker\Provider\bn_BD\Person::$firstNameFemale |
|
staticprotected |
Initial value:= array(
'জারিন', 'জেরিন', 'ফারহানা', 'ফাহমেদা', 'মাহজাবিন', 'মেহনাজ', 'রহিমা', 'লাবনী', 'সাবরিন', 'সাবরিনা', 'হাসিন', 'রহমত',
)
◆ $firstNameMale
Faker\Provider\bn_BD\Person::$firstNameMale |
|
staticprotected |
Initial value:= array(
'অনন্ত', 'আব্দুল্লাহ', 'আহসান', 'ইমরুল', 'করিম', 'জলিল', 'বরকত', 'মাসনুন', 'রহিম', 'রিফাত', 'হাসনাত', 'হাসান',
)
◆ $lastName
Faker\Provider\bn_BD\Person::$lastName |
|
staticprotected |
Initial value:= array(
'খান', 'শেখ', 'শিকদার', 'আলী', 'তাসনীম', 'তাবাসসুম'
)
◆ $maleNameFormats
Faker\Provider\bn_BD\Person::$maleNameFormats |
|
staticprotected |
Initial value:= array(
'{{firstNameMale}} {{lastName}}',
'{{firstNameMale}} {{lastName}}',
'{{firstNameMale}} {{lastName}}',
'{{titleMale}} {{firstNameMale}} {{lastName}}',
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/bn_BD/Person.php