PHP Class SevenShores\Hubspot\Resources\Owners

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

Public Methods

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

Method Details

all() public method

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

create() public method

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

getById() public method

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

update() public method

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