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

Public Member Functions

 catchPhraseNoun ()
 
 catchPhraseAttribute ()
 
 catchPhraseVerb ()
 
 catchPhrase ()
 
 siret ($formatted=true)
 
- Public Member Functions inherited from Faker\Provider\Company
 company ()
 
 jobTitle ()
 
- 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 siren ($formatted=true)
 
- Static Public Member Functions inherited from Faker\Provider\Company
static companySuffix ()
 
- 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 Member Functions

static isCatchPhraseValid ($catchPhrase)
 

Static Protected Attributes

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 Protected Attributes inherited from Faker\Provider\Company
static $formats
 
static $companySuffix = array('Ltd')
 
static $jobTitleFormat
 

Additional Inherited Members

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

Member Function Documentation

◆ 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$catchPhraseThe catch phrase to validate.
Returns
boolean (true if valid, false otherwise)

◆ siren()

static Faker\Provider\fr_FR\Company::siren (   $formatted = true)
static

Generates a siren number (9 digits) that passes the Luhn check.

See also
http://fr.wikipedia.org/wiki/Syst%C3%A8me_d%27identification_du_r%C3%A9pertoire_des_entreprises
Returns
string

◆ siret()

Faker\Provider\fr_FR\Company::siret (   $formatted = true)

Generates a siret number (14 digits) that passes the Luhn check.

See also
http://fr.wikipedia.org/wiki/Syst%C3%A8me_d'identification_du_r%C3%A9pertoire_des_%C3%A9tablissements
Returns
string

Member Data Documentation

◆ $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: