PHP Class Faker\Provider\pl_PL\Address

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

Protected Properties

Property Type Description
$addressFormats
$buildingNumber
$city 250 Polish cities with biggest number of streets. Extracted from data issued by the official public postal service of Poland.
$country Countries in Polish
$postcode
$state full list of Polish voivodeship
$street 549 most common Polish street names. Extracted from data issued by the official public postal service of Poland.
$streetAddressFormats

Public Methods

Method Description
city ( )
state ( )
streetName ( )

Method Details

city() public method

public city ( )

state() public method

public state ( )

streetName() public method

public streetName ( )

Property Details

$addressFormats protected static property

protected static $addressFormats

$buildingNumber protected static property

protected static $buildingNumber

$city protected static property

250 Polish cities with biggest number of streets. Extracted from data issued by the official public postal service of Poland.
protected static $city

$country protected static property

Countries in Polish
protected static $country

$postcode protected static property

protected static $postcode

$state protected static property

full list of Polish voivodeship
protected static $state

$street protected static property

549 most common Polish street names. Extracted from data issued by the official public postal service of Poland.
protected static $street

$streetAddressFormats protected static property

protected static $streetAddressFormats