|
static | siren ($formatted=true) |
|
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 | $catchPhraseFormats |
|
static | $noun |
|
static | $verb |
|
static | $attribute |
|
static | $companySuffix = array('SA', 'S.A.', 'SARL', 'S.A.R.L.', 'SAS', 'S.A.S.', 'et Fils') |
|
static | $siretNicFormats = array('####', '0###', '00#%') |
|
static | $wordsWhichShouldNotAppearTwice = array('sécurité', 'simpl') |
|
static | $jobTitleFormat |
|
static | $formats |
|
static | $companySuffix = array('Ltd') |
|
static | $jobTitleFormat |
|
◆ catchPhrase()
Faker\Provider\fr_FR\Company::catchPhrase |
( |
| ) |
|
Generates a french catch phrase.
- Returns
- string
◆ catchPhraseAttribute()
Faker\Provider\fr_FR\Company::catchPhraseAttribute |
( |
| ) |
|
Returns a random catch phrase attribute.
- Returns
- string
◆ catchPhraseNoun()
Faker\Provider\fr_FR\Company::catchPhraseNoun |
( |
| ) |
|
Returns a random catch phrase noun.
- Returns
- string
◆ catchPhraseVerb()
Faker\Provider\fr_FR\Company::catchPhraseVerb |
( |
| ) |
|
Returns a random catch phrase verb.
- Returns
- string
◆ isCatchPhraseValid()
static Faker\Provider\fr_FR\Company::isCatchPhraseValid |
( |
|
$catchPhrase | ) |
|
|
staticprotected |
Validates a french catch phrase.
- Parameters
-
string | $catchPhrase | The catch phrase to validate. |
- Returns
- boolean (true if valid, false otherwise)
◆ siren()
static Faker\Provider\fr_FR\Company::siren |
( |
|
$formatted = true | ) |
|
|
static |
◆ siret()
Faker\Provider\fr_FR\Company::siret |
( |
|
$formatted = true | ) |
|
◆ $attribute
Faker\Provider\fr_FR\Company::$attribute |
|
staticprotected |
Initial value:= array(
'de manière efficace', 'plus rapidement', 'plus facilement', 'plus simplement', 'en toute tranquilité',
'avant-tout', 'autrement', 'naturellement', 'à la pointe', 'sans soucis', "à l'état pur",
'à sa source', 'de manière sûre', 'en toute sécurité'
)
◆ $catchPhraseFormats
Faker\Provider\fr_FR\Company::$catchPhraseFormats |
|
staticprotected |
Initial value:= array(
'{{catchPhraseNoun}} {{catchPhraseVerb}} {{catchPhraseAttribute}}',
)
◆ $formats
Faker\Provider\fr_FR\Company::$formats |
|
staticprotected |
Initial value:= array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{lastName}} {{companySuffix}}',
'{{lastName}}',
'{{lastName}}',
)
◆ $jobTitleFormat
Faker\Provider\fr_FR\Company::$jobTitleFormat |
|
staticprotected |
◆ $noun
Faker\Provider\fr_FR\Company::$noun |
|
staticprotected |
Initial value:= array(
'la sécurité', 'le plaisir', 'le confort', 'la simplicité', "l'assurance", "l'art", 'le pouvoir', 'le droit',
'la possibilité', "l'avantage", 'la liberté'
)
◆ $verb
Faker\Provider\fr_FR\Company::$verb |
|
staticprotected |
Initial value:= array(
'de rouler', "d'avancer", "d'évoluer", 'de changer', "d'innover", 'de louer', "d'atteindre vos buts",
'de concrétiser vos projets'
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Company.php