PHP Class SevenShores\Hubspot\Resources\BlogAuthors

Inheritance: extends Resource
Show file Open project: fungku/hubspot-php

Public Methods

Method Description
all ( array $params = [] ) : Response Get all blog authors.
create ( array $params = [] ) : Response Create a new blog author.
delete ( integer $id ) : Response Delete a blog author.
getById ( integer $id ) : Response Get a specific blog author.
search ( string $q = '', array $params = [] ) : Response Search blog authors.
update ( integer $id, array $params = [] ) : Response Update a blog author.

Method Details

all() public method

Get all blog authors.
public all ( array $params = [] ) : Response
$params array Optional parameters.
return SevenShores\Hubspot\Http\Response

create() public method

Create a new blog author.
public create ( array $params = [] ) : Response
$params array Optional Parameters.
return SevenShores\Hubspot\Http\Response

delete() public method

Delete a blog author.
public delete ( integer $id ) : Response
$id integer Unique identifier for the blog author to delete.
return SevenShores\Hubspot\Http\Response

getById() public method

Get a specific blog author.
public getById ( integer $id ) : Response
$id integer Unique identifier for a blog author.
return SevenShores\Hubspot\Http\Response

update() public method

Update a blog author.
public update ( integer $id, array $params = [] ) : Response
$id integer Unique identifier for a blog author.
$params array Fields to update.
return SevenShores\Hubspot\Http\Response