Internet.php 272 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php namespace Faker\Provider\de_AT; class Internet extends \Faker\Provider\Internet { protected static $freeEmailDomain = array('aon.at', 'chello.at', 'gmail.com', 'gmx.at', 'univie.ac.at'); protected static $tld = array('at', 'co.at', 'com', 'net', 'org'); }