PHP Class Faker\Provider\en_US\Address

Inheritance: extends Faker\Provider\Address
Show file Open project: fzaninotto/faker

Protected Properties

Property Type Description
$addressFormats
$buildingNumber
$cityFormats
$cityPrefix
$citySuffix
$country
$postcode
$secondaryAddressFormats
$state
$stateAbbr
$streetAddressFormats
$streetNameFormats
$streetSuffix

Public Methods

Method Description
cityPrefix ( )
secondaryAddress ( )
state ( )
stateAbbr ( )

Method Details

cityPrefix() public static method

public static cityPrefix ( )

secondaryAddress() public static method

public static secondaryAddress ( )

state() public static method

public static state ( )

stateAbbr() public static method

public static stateAbbr ( )

Property Details

$addressFormats protected static property

protected static $addressFormats

$buildingNumber protected static property

protected static $buildingNumber

$cityFormats protected static property

protected static $cityFormats

$cityPrefix protected static property

protected static $cityPrefix

$citySuffix protected static property

protected static $citySuffix

$country protected static property

protected static $country

$postcode protected static property

protected static $postcode

$secondaryAddressFormats protected static property

protected static $secondaryAddressFormats

$state protected static property

protected static $state

$stateAbbr protected static property

protected static $stateAbbr

$streetAddressFormats protected static property

protected static $streetAddressFormats

$streetNameFormats protected static property

protected static $streetNameFormats

$streetSuffix protected static property

protected static $streetSuffix