PHP 클래스 Intercom\IntercomTags

파일 보기 프로젝트 열기: intercom/intercom-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( IntercomClient $client ) IntercomTags constructor.
getTags ( array $options = [] ) : mixed Lists Tags.
tag ( array $options ) : mixed Creates a Tag.

메소드 상세

__construct() 공개 메소드

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

getTags() 공개 메소드

Lists Tags.
또한 보기: https://developers.intercom.io/reference#list-tags-for-an-app
public getTags ( array $options = [] ) : mixed
$options array
리턴 mixed

tag() 공개 메소드

Creates a Tag.
또한 보기: https://developers.intercom.io/reference#create-and-update-tags
public tag ( array $options ) : mixed
$options array
리턴 mixed