|
static | $landLineareaCodes |
|
static | $mobileNetworkAreaCodes |
|
static | $numberFormats |
|
static | $formats |
|
static | $formats = array('###-###-###') |
|
|
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='') |
|
| $generator |
|
| $unique |
|
◆ e164landLineAreaCode()
Faker\Provider\fi_FI\PhoneNumber::e164landLineAreaCode |
( |
| ) |
|
◆ e164MobileNetworkAreaCode()
Faker\Provider\fi_FI\PhoneNumber::e164MobileNetworkAreaCode |
( |
| ) |
|
◆ landLineAreaCode()
Faker\Provider\fi_FI\PhoneNumber::landLineAreaCode |
( |
| ) |
|
◆ mobileNetworkAreaCode()
Faker\Provider\fi_FI\PhoneNumber::mobileNetworkAreaCode |
( |
| ) |
|
◆ numberFormat()
Faker\Provider\fi_FI\PhoneNumber::numberFormat |
( |
| ) |
|
◆ separator()
Faker\Provider\fi_FI\PhoneNumber::separator |
( |
| ) |
|
◆ $formats
Faker\Provider\fi_FI\PhoneNumber::$formats |
|
staticprotected |
Initial value:= array(
'+358 ({{ e164MobileNetworkAreaCode }}) {{ numberFormat }}',
'+358 {{ e164MobileNetworkAreaCode }} {{ numberFormat }}',
'+358 ({{ e164landLineAreaCode }}) {{ numberFormat }}',
'+358 {{ e164landLineAreaCode }} {{ numberFormat }}',
'{{ mobileNetworkAreaCode }}{{ separator }}{{ numberFormat }}',
'{{ landLineAreaCode }}{{ separator }}{{ numberFormat }}',
)
◆ $landLineareaCodes
Faker\Provider\fi_FI\PhoneNumber::$landLineareaCodes |
|
staticprotected |
Initial value:= array(
'02',
'03',
'05',
'06',
'08',
'09',
'013',
'014',
'015',
'016',
'017',
'018',
'019',
)
◆ $mobileNetworkAreaCodes
Faker\Provider\fi_FI\PhoneNumber::$mobileNetworkAreaCodes |
|
staticprotected |
Initial value:= array(
'040',
'050',
'044',
'045',
)
◆ $numberFormats
Faker\Provider\fi_FI\PhoneNumber::$numberFormats |
|
staticprotected |
Initial value:= array(
'### ####',
'#######',
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/fi_FI/PhoneNumber.php