Contact
Contact Interface
Describes Contact interface.
address
Retrieve random address.
$address = $random->address();
city
Retrieve random city.
$city = $random->city();
country
Retrieve random country.
$country = $random->country();
postal
Retrieve random postal.
$postal = $random->postal();
phone
Retrieve random phone.
$phone = $random->phone();
Retrieve random email.
$email = $random->email();