PHP Class Faker\Provider\lv_LV\Address

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

Protected Properties

Property Type Description
$addressFormats
$buildingNumber
$city
$cityPrefix
$country
$postcode
$region
$regionSuffix
$street
$streetPrefix

Public Methods

Method Description
address ( )
buildingNumber ( )
city ( )
cityPrefix ( )
country ( )
postcode ( )
region ( )
regionSuffix ( )
street ( )
streetPrefix ( )

Method Details

address() public method

public address ( )

buildingNumber() public static method

public static buildingNumber ( )

city() public method

public city ( )

cityPrefix() public static method

public static cityPrefix ( )

country() public static method

public static country ( )

postcode() public static method

public static postcode ( )

region() public static method

public static region ( )

regionSuffix() public static method

public static regionSuffix ( )

street() public static method

public static street ( )

streetPrefix() public static method

public static streetPrefix ( )

Property Details

$addressFormats protected static property

protected static $addressFormats

$buildingNumber protected static property

protected static $buildingNumber

$city protected static property

protected static $city

$cityPrefix protected static property

protected static $cityPrefix

$country protected static property

protected static $country

$postcode protected static property

protected static $postcode

$region protected static property

protected static $region

$regionSuffix protected static property

protected static $regionSuffix

$street protected static property

protected static $street

$streetPrefix protected static property

protected static $streetPrefix