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

Public Member Functions

 building ()
 
- 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)
 

Static Public Member Functions

static cityPrefix ()
 
static cityName ()
 
static streetPrefix ()
 
static buildingNamePrefix ()
 
static buildingNumberPrefix ()
 
static postcodePrefix ()
 
- 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('استان')
 
static $streetPrefix = array('خیابان')
 
static $buildingNamePrefix = array('ساختمان')
 
static $buildingNumberPrefix = array('پلاک', 'قطعه')
 
static $postcodePrefix = array('کد پستی')
 
static $cityName
 
static $cityFormats
 
static $streetNameFormats
 
static $streetAddressFormats
 
static $addressFormats
 
static $buildingFormat
 
static $postcode = array('##########')
 
static $country = array('ایران')
 
- 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

- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Member Data Documentation

◆ $addressFormats

Faker\Provider\fa_IR\Address::$addressFormats
staticprotected
Initial value:
= array(
'{{city}} {{streetAddress}} {{postcodePrefix}} {{postcode}}',
'{{city}} {{streetAddress}}',
)

◆ $buildingFormat

Faker\Provider\fa_IR\Address::$buildingFormat
staticprotected
Initial value:
= array(
'{{buildingNamePrefix}} {{firstName}} {{buildingNumberPrefix}} {{buildingNumber}}',
'{{buildingNamePrefix}} {{firstName}}',
)

◆ $cityFormats

Faker\Provider\fa_IR\Address::$cityFormats
staticprotected
Initial value:
= array(
'{{cityName}}',
'{{cityPrefix}} {{cityName}}',
)

◆ $cityName

Faker\Provider\fa_IR\Address::$cityName
staticprotected
Initial value:
= array(
"آذربایجان شرقی", "آذربایجان غربی", "اردبیل", "اصفهان", "البرز", "ایلام", "بوشهر",
"تهران", "خراسان جنوبی", "خراسان رضوی", "خراسان شمالی", "خوزستان", "زنجان", "سمنان",
"سیستان و بلوچستان", "فارس", "قزوین", "قم", "لرستان", "مازندران", "مرکزی", "هرمزگان",
"همدان", "چهارمحال و بختیاری", "کردستان", "کرمان", "کرمانشاه", "کهگیلویه و بویراحمد",
"گلستان", "گیلان", "یزد"
)

◆ $streetAddressFormats

Faker\Provider\fa_IR\Address::$streetAddressFormats
staticprotected
Initial value:
= array(
'{{streetName}} {{building}}'
)

◆ $streetNameFormats

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

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