PHP Class Intercom\IntercomNotes

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

Méthodes publiques

Méthode Description
__construct ( IntercomClient $client ) IntercomNotes constructor.
create ( array $options ) : mixed Creates Note.
getNote ( string $id ) : mixed Returns single Note.
getNotes ( array $options ) : mixed Lists Notes.

Method Details

__construct() public méthode

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

create() public méthode

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

getNote() public méthode

Returns single Note.
See also: https://developers.intercom.io/reference#view-a-note
public getNote ( string $id ) : mixed
$id string
Résultat mixed

getNotes() public méthode

Lists Notes.
See also: https://developers.intercom.io/reference#list-notes-for-a-user
public getNotes ( array $options ) : mixed
$options array
Résultat mixed