PHP Class Pingpp\Transfer

Inheritance: extends ApiResource
Afficher le fichier Open project: pingplusplus/pingpp-php Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

create() public static méthode

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

retrieve() public static méthode

查询指定 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
Résultat Transfer

save() public méthode

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