/
home
/
obinna
/
html
/
app
/
vendor
/
fzaninotto
/
faker
/
src
/
Faker
/
Provider
/
is_IS
/
Upload File
HOME
<?php namespace Faker\Provider\is_IS; /** * @author Birkir Gudjonsson <birkir.gudjonsson@gmail.com> */ class Internet extends \Faker\Provider\Internet { /** * @var array Some email domains in Denmark. */ protected static $freeEmailDomain = array( 'gmail.com', 'yahoo.com', 'hotmail.com', 'visir.is', 'simnet.is', 'internet.is' ); /** * @var array Some TLD. */ protected static $tld = array( 'com', 'com', 'com', 'net', 'is', 'is', 'is', ); }