PHP Class SevenShores\Hubspot\Resources\Keywords

Inheritance: extends Resource
Afficher le fichier Open project: fungku/hubspot-php

Méthodes publiques

Méthode Description
all ( string $search = null ) : Response Get all keywords.
create ( array $keyword ) : Response Create a new keyword.
delete ( string $keyword_guid ) : Response Delete a keyword.
getById ( string $keyword_guid ) : Response Get a keyword.

Method Details

all() public méthode

Get all keywords.
public all ( string $search = null ) : Response
$search string Optional search query.
Résultat SevenShores\Hubspot\Http\Response

create() public méthode

Create a new keyword.
public create ( array $keyword ) : Response
$keyword array
Résultat SevenShores\Hubspot\Http\Response

delete() public méthode

Delete a keyword.
public delete ( string $keyword_guid ) : Response
$keyword_guid string
Résultat SevenShores\Hubspot\Http\Response

getById() public méthode

Get a keyword.
public getById ( string $keyword_guid ) : Response
$keyword_guid string
Résultat SevenShores\Hubspot\Http\Response