PHP 클래스 SevenShores\Hubspot\Resources\Owners

상속: extends Resource
파일 보기 프로젝트 열기: fungku/hubspot-php 1 사용 예제들

공개 메소드들

메소드 설명
all ( array $params = [] ) : Response
create ( array $properties ) : Response
getById ( integer $id ) : Response
update ( integer $id, array $properties ) : Response

메소드 상세

all() 공개 메소드

public all ( array $params = [] ) : Response
$params array
리턴 SevenShores\Hubspot\Http\Response

create() 공개 메소드

public create ( array $properties ) : Response
$properties array
리턴 SevenShores\Hubspot\Http\Response

getById() 공개 메소드

public getById ( integer $id ) : Response
$id integer
리턴 SevenShores\Hubspot\Http\Response

update() 공개 메소드

public update ( integer $id, array $properties ) : Response
$id integer
$properties array
리턴 SevenShores\Hubspot\Http\Response