PHP 클래스 DataSift_Account_Identity

저자: Chris Knight ([email protected])
상속: extends DataSift_Account
파일 보기 프로젝트 열기: datasift/datasift-php 1 사용 예제들

공개 메소드들

메소드 설명
create ( string $label, string $master = false, string $status = 'active' ) : mixed Creates an identity
delete ( string $identity ) : mixed Deletes an identity
get ( string $identity ) : mixed Returns an identity
getAll ( string $label = null, integer $page = 1, integer $perPage = 25 ) : mixed Gets all the identities
update ( string $identity, string $label = null, string $master = null, string $status = null ) : mixed Updates an identity

메소드 상세

create() 공개 메소드

Creates an identity
public create ( string $label, string $master = false, string $status = 'active' ) : mixed
$label string
$master string
$status string
리턴 mixed

delete() 공개 메소드

Deletes an identity
public delete ( string $identity ) : mixed
$identity string
리턴 mixed

get() 공개 메소드

Returns an identity
public get ( string $identity ) : mixed
$identity string
리턴 mixed

getAll() 공개 메소드

Gets all the identities
public getAll ( string $label = null, integer $page = 1, integer $perPage = 25 ) : mixed
$label string
$page integer
$perPage integer
리턴 mixed

update() 공개 메소드

Updates an identity
public update ( string $identity, string $label = null, string $master = null, string $status = null ) : mixed
$identity string
$label string
$master string
$status string
리턴 mixed