PHP 클래스 Pingpp\Transfer

상속: extends ApiResource
파일 보기 프로젝트 열기: pingplusplus/pingpp-php 1 사용 예제들

공개 메소드들

메소드 설명
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 对象

메소드 상세

all() 공개 정적인 메소드

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

create() 공개 정적인 메소드

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

retrieve() 공개 정적인 메소드

查询指定 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
리턴 Transfer

save() 공개 메소드

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