PHP Class Pingpp\Transfer

Inheritance: extends ApiResource
显示文件 Open project: pingplusplus/pingpp-php Class Usage Examples

Public Methods

Method Description
all ( array | null $params = null, array | string | null $options = null ) : array 查询 transfer 对象列表
create ( array | null $params = null, array | string | null $options = null ) : Transfer 创建 transfer 对象
retrieve ( string $id, array | string | null $options = null ) : Transfer 查询指定 transfer 对象
save ( array | string | null $options = null ) : Transfer 更新 transfer 对象

Method Details

all() public static method

查询 transfer 对象列表
public static all ( array | null $params = null, array | string | null $options = null ) : array
$params array | null
$options array | string | null
return array An array of Transfer.

create() public static method

创建 transfer 对象
public static create ( array | null $params = null, array | string | null $options = null ) : Transfer
$params array | null
$options array | string | null
return Transfer The created transfer.

retrieve() public static method

查询指定 transfer 对象
public static retrieve ( string $id, array | string | null $options = null ) : Transfer
$id string The ID of the transfer to retrieve.
$options array | string | null
return Transfer

save() public method

更新 transfer 对象
public save ( array | string | null $options = null ) : Transfer
$options array | string | null
return Transfer The created transfer.