1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-23 08:49:53 +01:00

Phone number list

This commit is contained in:
George Haritonidis 2013-07-28 17:28:44 +10:00
parent 66d18cb21c
commit 09a439d710

@ -0,0 +1,19 @@
<?php
namespace Faker\Provider\el_GR;
class PhoneNumber extends \Faker\Provider\PhoneNumber
{
protected static $formats = array(
'+30 2# ########',
'+30 6# ########'
'+30 2### ######',
'+30 6### ######',
'+302#########',
'+306#########',
'2#########',
'6#########',
'2### ######',
'6### ######',
);
}