PHP Class Intercom\IntercomCompanies

Afficher le fichier Open project: intercom/intercom-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( IntercomClient $client ) IntercomCompanies constructor.
create ( array $options ) : mixed Creates a Company.
getCompanies ( array $options ) : mixed Returns list of Companies.

Method Details

__construct() public méthode

IntercomCompanies constructor.
public __construct ( IntercomClient $client )
$client IntercomClient

create() public méthode

Creates a Company.
See also: https://developers.intercom.io/reference#create-or-update-company
public create ( array $options ) : mixed
$options array
Résultat mixed

getCompanies() public méthode

Returns list of Companies.
See also: https://developers.intercom.io/reference#list-companies
public getCompanies ( array $options ) : mixed
$options array
Résultat mixed