|
static | cityPrefix () |
|
static | state () |
|
static | streetNumber () |
|
static | banglaStreetName () |
|
static | citySuffix () |
|
static | streetSuffix () |
|
static | buildingNumber () |
|
static | postcode () |
|
static | country () |
|
static | latitude ($min=-90, $max=90) |
|
static | longitude ($min=-180, $max=180) |
|
static | localCoordinates () |
|
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='') |
|
|
static | $cityPrefix = array('দক্ষিন', 'পূর্ব', 'পশ্চিম', 'উত্তর', 'নতুন', 'লেইক', 'পোর্ট') |
|
static | $citySuffix = array('টাউন', 'তলা', 'হাট', 'খানা') |
|
static | $streetNames |
|
static | $streetSuffix |
|
static | $postcode = array('#####', '#####-####') |
|
static | $state |
|
static | $country |
|
static | $cityFormats |
|
static | $streetNameFormats |
|
static | $streetAddressFormats |
|
static | $addressFormats |
|
static | $citySuffix = array('Ville') |
|
static | $streetSuffix = array('Street') |
|
static | $cityFormats |
|
static | $streetNameFormats |
|
static | $streetAddressFormats |
|
static | $addressFormats |
|
static | $buildingNumber = array('%#') |
|
static | $postcode = array('#####') |
|
static | $country = array() |
|
|
| city () |
|
| streetName () |
|
| streetAddress () |
|
| address () |
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
| $generator |
|
| $unique |
|
◆ $addressFormats
Faker\Provider\bn_BD\Address::$addressFormats |
|
staticprotected |
Initial value:= array(
"{{streetAddress}}, {{city}} {{state}}",
)
◆ $cityFormats
Faker\Provider\bn_BD\Address::$cityFormats |
|
staticprotected |
Initial value:= array(
'{{cityPrefix}}{{citySuffix}}',
)
◆ $state
Faker\Provider\bn_BD\Address::$state |
|
staticprotected |
Initial value:= array(
'খুলনা', 'বরিশাল', 'চিটাগং', 'ঢাকা', 'রাজশাহী', 'সিলেট', 'কুমিল্লা'
)
◆ $streetAddressFormats
Faker\Provider\bn_BD\Address::$streetAddressFormats |
|
staticprotected |
Initial value:= array(
'{{streetNumber}} {{streetName}}',
)
◆ $streetNameFormats
Faker\Provider\bn_BD\Address::$streetNameFormats |
|
staticprotected |
Initial value:= array(
'{{banglaStreetName}} {{streetSuffix}}',
)
◆ $streetNames
Faker\Provider\bn_BD\Address::$streetNames |
|
staticprotected |
Initial value:= array(
'বরকত', 'হাজী', 'করিমউদ্দিন'
)
◆ $streetSuffix
Faker\Provider\bn_BD\Address::$streetSuffix |
|
staticprotected |
Initial value:= array(
'তলী', 'গলি', 'চিপা', 'ব্রীজ', 'সড়ক', 'বাইপাস', 'ক্যাম্প',
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/bn_BD/Address.php