Method |
Description |
|
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 |
|