|
static | companyPrefix () |
|
static | companySuffix () |
|
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 | $formats |
|
static | $companyPrefix |
|
static | $companySuffix = array('S.R.L.', 'C.A.', 'S.A.', 'R.L.', 'etc') |
|
static | $formats |
|
static | $companySuffix = array('Ltd') |
|
static | $jobTitleFormat |
|
◆ taxpayerIdentificationNumber()
Faker\Provider\es_VE\Company::taxpayerIdentificationNumber |
( |
|
$separator = '' | ) |
|
Generate random Taxpayer Identification Number (RIF in Venezuela). Ex J-123456789-1
- Parameters
-
- Returns
- string
◆ $companyPrefix
Faker\Provider\es_VE\Company::$companyPrefix |
|
staticprotected |
Initial value:= array(
'AsociaciĆ³n', 'Centro', 'CorporaciĆ³n', 'Cooperativa', 'Empresa', 'Gestora', 'Global', 'Grupo', 'Viajes',
'Inversiones', 'Lic.', 'Dr.'
)
◆ $formats
Faker\Provider\es_VE\Company::$formats |
|
staticprotected |
Initial value:= array(
'{{companyPrefix}} {{lastName}} {{companySuffix}}',
'{{companyPrefix}} {{lastName}}',
'{{companyPrefix}} {{lastName}} y {{lastName}}',
'{{lastName}} y {{lastName}} {{companySuffix}}',
'{{lastName}} de {{lastName}} {{companySuffix}}',
'{{lastName}} y {{lastName}}',
'{{lastName}} de {{lastName}}'
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/es_VE/Company.php