PHP Class SevenShores\Hubspot\Resources\Owners

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

Méthodes publiques

Méthode Description
all ( array $params = [] ) : Response
create ( array $properties ) : Response
getById ( integer $id ) : Response
update ( integer $id, array $properties ) : Response

Method Details

all() public méthode

public all ( array $params = [] ) : Response
$params array
Résultat SevenShores\Hubspot\Http\Response

create() public méthode

public create ( array $properties ) : Response
$properties array
Résultat SevenShores\Hubspot\Http\Response

getById() public méthode

public getById ( integer $id ) : Response
$id integer
Résultat SevenShores\Hubspot\Http\Response

update() public méthode

public update ( integer $id, array $properties ) : Response
$id integer
$properties array
Résultat SevenShores\Hubspot\Http\Response