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

Static Public Member Functions

static province ()
 
static provinceAbbr ()
 
static randomPostcodeLetter ()
 
static postcode ()
 
- 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 $postcode = array('?#? #?#', '?#?-#?#', '?#?#?#')
 
static $postcodeLetters = array('A','B','C','E','G','H','J','K','L','M','N','P','R','S','T','V','X','Y')
 
static $province
 
static $provinceAbbr
 
static $addressFormats
 
- 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
 

Detailed Description

Extend US class since most fields share the same format

Member Data Documentation

◆ $addressFormats

Faker\Provider\en_CA\Address::$addressFormats
staticprotected
Initial value:
= array(
"{{streetAddress}}\n{{city}}, {{provinceAbbr}} {{postcode}}",
)

◆ $province

Faker\Provider\en_CA\Address::$province
staticprotected
Initial value:
= array(
'Alberta', 'British Columbia', 'Manitoba', 'New Brunswick', 'Newfoundland and Labrador', 'Northwest Territories', 'Nova Scotia', 'Nunavut', 'Ontario', 'Prince Edward Island', 'Quebec', 'Saskatchewan', 'Yukon Territory',
)

◆ $provinceAbbr

Faker\Provider\en_CA\Address::$provinceAbbr
staticprotected
Initial value:
= array(
'AB', 'BC', 'MB', 'NB', 'NL', 'NT', 'NS', 'NU', 'ON', 'PE', 'QC', 'SK', 'YT'
)

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