PHP 클래스 SevenShores\Hubspot\Resources\BlogAuthors

상속: extends Resource
파일 보기 프로젝트 열기: fungku/hubspot-php

공개 메소드들

메소드 설명
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.

메소드 상세

all() 공개 메소드

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

create() 공개 메소드

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

delete() 공개 메소드

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

getById() 공개 메소드

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

update() 공개 메소드

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