mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 00:09:59 +01:00
prefixes
This commit is contained in:
parent
5d21a9e039
commit
c3cd5ba33c
@ -62,7 +62,7 @@ class Person extends \Faker\Provider\Person
|
||||
'Milani', 'Pagano', 'Ruggiero', 'Sorrentino', 'D\'amico', 'Orlando', 'Damico', 'Negri'
|
||||
);
|
||||
|
||||
private static $prefix = array('Sig.', 'Dott.');
|
||||
private static $prefix = array('Sig.', 'Dott.', 'Dr.', 'Ing.');
|
||||
|
||||
private static $suffix = array();
|
||||
|
||||
|
@ -13,6 +13,11 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
|
||||
'+## ### #######',
|
||||
'+## ### ########',
|
||||
'+## #### #######',
|
||||
'+## #### ########'
|
||||
'+## #### ########',
|
||||
// According to http://it.wikipedia.org/wiki/Prefisso_telefonico#Elenco_degli_indicativi_in_Italia.2C_a_San_Marino_e_nel_Vaticano
|
||||
'0## ### ####',
|
||||
'+39 0## ### ###',
|
||||
'3## ### ###',
|
||||
'+39 3## ### ###'
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user