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

Static Public Member Functions

static streetPrefix ()
 
static cityPrefix ()
 
static secondaryAddress ()
 
static state ()
 
static stateAbbr ()
 
static region ()
 
static regionAbbr ()
 
- Static Public Member Functions inherited from Faker\Provider\Address
static citySuffix ()
 
static streetSuffix ()
 
static buildingNumber ()
 
static postcode ()
 
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 $cityPrefix = array('São', 'Porto', 'Vila', 'Santa')
 
static $citySuffix = array('do Norte', 'do Leste', 'do Sul', 'd\'Oeste')
 
static $streetPrefix
 
static $buildingNumber = array('#####', '####', '###', '##', '#')
 
static $postcode = array('#####-###')
 
static $state
 
static $stateAbbr
 
static $region
 
static $regionAbbr
 
static $country
 
static $cityFormats
 
static $streetNameFormats
 
static $streetAddressFormats
 
static $addressFormats
 
static $secondaryAddressFormats
 
- 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 Data Documentation

◆ $addressFormats

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

◆ $cityFormats

Faker\Provider\pt_BR\Address::$cityFormats
staticprotected
Initial value:
= array(
'{{cityPrefix}} {{firstName}} {{citySuffix}}',
'{{cityPrefix}} {{firstName}}',
'{{firstName}} {{citySuffix}}',
'{{lastName}} {{citySuffix}}',
)

◆ $region

Faker\Provider\pt_BR\Address::$region
staticprotected
Initial value:
= array(
'Centro-Oeste', 'Nordeste', 'Norte', 'Sudeste', 'Sul'
)

◆ $regionAbbr

Faker\Provider\pt_BR\Address::$regionAbbr
staticprotected
Initial value:
= array(
'CO', 'N', 'NE', 'SE', 'S'
)

◆ $secondaryAddressFormats

Faker\Provider\pt_BR\Address::$secondaryAddressFormats
staticprotected
Initial value:
= array(
'Bloco A', 'Bloco B', 'Bloco C', 'Bc. # Ap. ##', 'Bc. ## Ap. ##',
'#º Andar', '##º Andar', '###º Andar', 'Apto #', 'Apto ##', 'Apto ###',
'Apto ####', 'F', 'Fundos', 'Anexo'
)

◆ $state

Faker\Provider\pt_BR\Address::$state
staticprotected
Initial value:
= array(
'Acre', 'Alagoas', 'Amapá', 'Amazonas', 'Bahia', 'Ceará',
'Distrito Federal', 'Espírito Santo', 'Goiás', 'Maranhão',
'Mato Grosso', 'Mato Grosso do Sul', 'Minas Gerais', 'Pará', 'Paraíba',
'Paraná', 'Pernambuco', 'Piauí', 'Rio de Janeiro',
'Rio Grande do Norte', 'Rio Grande do Sul', 'Rondônia', 'Roraima',
'Santa Catarina', 'São Paulo', 'Sergipe', 'Tocantins'
)

◆ $stateAbbr

Faker\Provider\pt_BR\Address::$stateAbbr
staticprotected
Initial value:
= array(
'AC', 'AL', 'AP', 'AM', 'BA', 'CE', 'DF', 'ES', 'GO', 'MA', 'MT', 'MS',
'MG', 'PA', 'PB', 'PR', 'PE', 'PI', 'RJ', 'RN', 'RS', 'RO', 'RR', 'SC',
'SP', 'SE', 'TO'
)

◆ $streetAddressFormats

Faker\Provider\pt_BR\Address::$streetAddressFormats
staticprotected
Initial value:
= array(
'{{streetName}}, {{buildingNumber}}',
'{{streetName}}, {{buildingNumber}}. {{secondaryAddress}}',
)

◆ $streetNameFormats

Faker\Provider\pt_BR\Address::$streetNameFormats
staticprotected
Initial value:
= array(
'{{streetPrefix}} {{firstName}}',
'{{streetPrefix}} {{lastName}}',
'{{streetPrefix}} {{firstName}} {{lastName}}'
)

◆ $streetPrefix

Faker\Provider\pt_BR\Address::$streetPrefix
staticprotected
Initial value:
= array(
'Av.', 'Avenida', 'R.', 'Rua', 'Travessa', 'Largo'
)

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