PHP 클래스 DataSift_Account_Identity_Limit

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

공개 메소드들

메소드 설명
create ( string $identity, string $service, integer $total_allowance = false, integer $analyze_queries = false ) : mixed Create a limit for a service
delete ( string $identity, $service ) : mixed Delete the limit for an service
get ( string $identity, string $service ) : mixed Returns the limit for a service
getAll ( string $service, integer $page = 1, $perPage = 25 ) : mixed Get all the limits for a service
update ( string $identity, string $service, integer $total_allowance = false, integer $analyze_queries = false ) : mixed Update the limit for an service

메소드 상세

create() 공개 메소드

Create a limit for a service
public create ( string $identity, string $service, integer $total_allowance = false, integer $analyze_queries = false ) : mixed
$identity string
$service string
$total_allowance integer
$analyze_queries integer
리턴 mixed

delete() 공개 메소드

Delete the limit for an service
public delete ( string $identity, $service ) : mixed
$identity string
리턴 mixed

get() 공개 메소드

Returns the limit for a service
public get ( string $identity, string $service ) : mixed
$identity string
$service string
리턴 mixed

getAll() 공개 메소드

Get all the limits for a service
public getAll ( string $service, integer $page = 1, $perPage = 25 ) : mixed
$service string
$page integer
리턴 mixed

update() 공개 메소드

Update the limit for an service
public update ( string $identity, string $service, integer $total_allowance = false, integer $analyze_queries = false ) : mixed
$identity string
$service string
$total_allowance integer
$analyze_queries integer
리턴 mixed