PHP Interface Sunspikes\Amadeus\AmadeusCommandInterface

Show file 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