PHP Класс Intercom\IntercomNotes

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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