Documentation

CompanyExtension extends Extension

An extension is the only way to add new functionality to Faker.

Tags
experimental

This interface is experimental and does not fall under our BC promise

Table of Contents

company()  : string
companySuffix()  : string
jobTitle()  : string

Methods

company()

public company() : string
Tags
example

'Acme Ltd'

Return values
string

companySuffix()

public companySuffix() : string
Tags
example

'Ltd'

Return values
string

Search results