Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sunspikes
Amadeus
AmadeusCommandInterface
PHP Interface Sunspikes\Amadeus\AmadeusCommandInterface
显示文件
Open project: sunspikes/php-amadeus
Public Methods
Method
Description
execute
( ) :
void
Execute the API request
getName
( ) :
string
Get the API method name
getParameters
( ) :
array
Build the request parameters
Method Details
execute()
public
method
Execute the API request
public
execute
( ) :
void
return
void
getName()
public
method
Get the API method name
public
getName
( ) :
string
return
string
getParameters()
public
method
Build the request parameters
public
getParameters
( ) :
array
return
array