Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ThreeScaleAuthorizeResponse
PHP Class ThreeScaleAuthorizeResponse
Inheritance:
extends
ThreeScaleResponse
Mostra file
Open project: 3scale/3scale_ws_api_for_php
Class Usage Examples
Public Methods
Method
Description
addUsageReport
( )
getPlan
( ) :
string
Get name of the plan the application is signed up to.
getUsageReports
( )
Get list of usage report entries.
setPlan
(
$plan
)
Method Details
addUsageReport()
public
method
public
addUsageReport
( )
getPlan()
public
method
Get name of the plan the application is signed up to.
public
getPlan
( ) :
string
return
string
getUsageReports()
public
method
There will be one entry per each usage limit defined on the plan the used is signed up to.
See also:
ThreeScaleAuthorizeResponseUsage
public
getUsageReports
( )
setPlan()
public
method
public
setPlan
(
$plan
)