PHP Class Intercom\IntercomTags

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

Méthodes publiques

Méthode Description
__construct ( IntercomClient $client ) IntercomTags constructor.
getTags ( array $options = [] ) : mixed Lists Tags.
tag ( array $options ) : mixed Creates a Tag.

Method Details

__construct() public méthode

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

getTags() public méthode

Lists Tags.
See also: https://developers.intercom.io/reference#list-tags-for-an-app
public getTags ( array $options = [] ) : mixed
$options array
Résultat mixed

tag() public méthode

Creates a Tag.
See also: https://developers.intercom.io/reference#create-and-update-tags
public tag ( array $options ) : mixed
$options array
Résultat mixed