PHP 클래스 Intercom\IntercomNotes

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

공개 메소드들

메소드 설명
__construct ( IntercomClient $client ) IntercomNotes constructor.
create ( array $options ) : mixed Creates Note.
getNote ( string $id ) : mixed Returns single Note.
getNotes ( array $options ) : mixed Lists Notes.

메소드 상세

__construct() 공개 메소드

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

create() 공개 메소드

Creates Note.
또한 보기: https://developers.intercom.io/reference#create-a-note
public create ( array $options ) : mixed
$options array
리턴 mixed

getNote() 공개 메소드

Returns single Note.
또한 보기: https://developers.intercom.io/reference#view-a-note
public getNote ( string $id ) : mixed
$id string
리턴 mixed

getNotes() 공개 메소드

Lists Notes.
또한 보기: https://developers.intercom.io/reference#list-notes-for-a-user
public getNotes ( array $options ) : mixed
$options array
리턴 mixed