Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SevenShores
Hubspot
Resources
Owners
PHP Class SevenShores\Hubspot\Resources\Owners
Inheritance:
extends
Resource
ファイルを表示
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