Lggr
Static Public Member Functions | Static Protected Attributes | List of all members
Faker\Provider\en_NZ\Address Class Reference
Inheritance diagram for Faker\Provider\en_NZ\Address:
Inheritance graph
[legend]
Collaboration diagram for Faker\Provider\en_NZ\Address:
Collaboration graph
[legend]

Static Public Member Functions

static postcode ()
 
static region ()
 
- Static Public Member Functions inherited from Faker\Provider\en_US\Address
static cityPrefix ()
 
static secondaryAddress ()
 
static state ()
 
static stateAbbr ()
 
- Static Public Member Functions inherited from Faker\Provider\Address
static citySuffix ()
 
static streetSuffix ()
 
static buildingNumber ()
 
static country ()
 
static latitude ($min=-90, $max=90)
 
static longitude ($min=-180, $max=180)
 
static localCoordinates ()
 
- Static Public Member Functions inherited from Faker\Provider\Base
static randomDigit ()
 
static randomDigitNotNull ()
 
static randomDigitNot ($except)
 
static randomNumber ($nbDigits=null, $strict=false)
 
static randomFloat ($nbMaxDecimals=null, $min=0, $max=null)
 
static numberBetween ($int1=0, $int2=2147483647)
 
static passthrough ($value)
 
static randomLetter ()
 
static randomAscii ()
 
static randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false)
 
static randomElement ($array=array('a', 'b', 'c'))
 
static randomKey ($array=array())
 
static shuffle ($arg='')
 
static shuffleArray ($array=array())
 
static shuffleString ($string='', $encoding='UTF-8')
 
static numerify ($string='###')
 
static lexify ($string='????')
 
static bothify ($string='## ??')
 
static asciify ($string=' ****')
 
static regexify ($regex='')
 
static toLower ($string='')
 
static toUpper ($string='')
 

Static Protected Attributes

static $buildingNumber = array('#', '##', '###')
 
static $streetSuffix
 
static $citySuffix = array('ville', 'ston')
 
static $cityFormats = array('{{firstName}}{{citySuffix}}')
 
static $region
 
static $postcode = array('####')
 
static $addressFormats = array('{{buildingNumber}} {{streetName}}, {{city}}, {{region}}, {{postcode}}')
 
static $streetAddressFormats = array('{{buildingNumber}} {{streetName}}')
 
- Static Protected Attributes inherited from Faker\Provider\en_US\Address
static $cityPrefix = array('North', 'East', 'West', 'South', 'New', 'Lake', 'Port')
 
static $citySuffix = array('town', 'ton', 'land', 'ville', 'berg', 'burgh', 'borough', 'bury', 'view', 'port', 'mouth', 'stad', 'furt', 'chester', 'mouth', 'fort', 'haven', 'side', 'shire')
 
static $buildingNumber = array('%####', '%###', '%##')
 
static $streetSuffix
 
static $postcode = array('#####', '#####-####')
 
static $state
 
static $stateAbbr
 
static $country
 
static $cityFormats
 
static $streetNameFormats
 
static $streetAddressFormats
 
static $addressFormats
 
static $secondaryAddressFormats = array('Apt. ###', 'Suite ###')
 
- Static Protected Attributes inherited from Faker\Provider\Address
static $citySuffix = array('Ville')
 
static $streetSuffix = array('Street')
 
static $cityFormats
 
static $streetNameFormats
 
static $streetAddressFormats
 
static $addressFormats
 
static $buildingNumber = array('%#')
 
static $postcode = array('#####')
 
static $country = array()
 

Additional Inherited Members

- Public Member Functions inherited from Faker\Provider\Address
 city ()
 
 streetName ()
 
 streetAddress ()
 
 address ()
 
- Public Member Functions inherited from Faker\Provider\Base
 __construct (Generator $generator)
 
 optional ($weight=0.5, $default=null)
 
 unique ($reset=false, $maxRetries=10000)
 
 valid ($validator=null, $maxRetries=10000)
 
- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Member Function Documentation

◆ postcode()

static Faker\Provider\en_NZ\Address::postcode ( )
static

Return a en_NZ (New Zealand) postcode

Returns
string

Reimplemented from Faker\Provider\Address.

◆ region()

static Faker\Provider\en_NZ\Address::region ( )
static

Return a en_NZ (New Zealand) region

Returns
string

Member Data Documentation

◆ $region

Faker\Provider\en_NZ\Address::$region
staticprotected
Initial value:
= array(
'Auckland', 'Bay of Plenty', 'Canterbury', 'Gisborne', 'Hawkes Bay', 'Manawatu-Whanganui', 'Marlborough', 'Nelson', 'Northland', 'Otago', 'Southland', 'Taranaki', 'Tasman', 'Waikato', 'Wellington', 'West Coast'
)

◆ $streetSuffix

Faker\Provider\en_NZ\Address::$streetSuffix
staticprotected
Initial value:
= array(
'Avenue', 'Close', 'Court', 'Crescent', 'Drive', 'Esplanade', 'Grove', 'Heights', 'Highway', 'Hill', 'Lane', 'Line', 'Mall', 'Parade', 'Place', 'Quay', 'Rise', 'Road', 'Square', 'Street', 'Terrace', 'Way'
)

The documentation for this class was generated from the following file: