Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sunspikes
Amadeus
AmadeusCommandInterface
PHP 인터페이스 Sunspikes\Amadeus\AmadeusCommandInterface
파일 보기
프로젝트 열기: sunspikes/php-amadeus
공개 메소드들
메소드
설명
execute
( ) :
void
Execute the API request
getName
( ) :
string
Get the API method name
getParameters
( ) :
array
Build the request parameters
메소드 상세
execute()
공개
메소드
Execute the API request
public
execute
( ) :
void
리턴
void
getName()
공개
메소드
Get the API method name
public
getName
( ) :
string
리턴
string
getParameters()
공개
메소드
Build the request parameters
public
getParameters
( ) :
array
리턴
array