PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
vendor
/
fzaninotto
/
faker
/
src
/
Faker
/
Provider
/
is_IS
<?php namespace Faker\Provider\is_IS; /** * @author Birkir Gudjonsson <birkir.gudjonsson@gmail.com> */ class PhoneNumber extends \Faker\Provider\PhoneNumber { /** * @var array Icelandic phone number formats. */ protected static $formats = array( '+354 ### ####', '+354 #######', '+354#######', '### ####', '#######', ); }
[+]
..
[-] Address.php
[edit]
[-] Company.php
[edit]
[-] Internet.php
[edit]
[-] Payment.php
[edit]
[-] Person.php
[edit]
[-] PhoneNumber.php
[edit]
[-] .htaccess.disabled
[edit]