PHP Interface ApaiIO\Operations\OperationInterface

Show file Open project: exeu/apai-io Interface Usage Examples

Public Methods

Method Description
getName ( ) : string Gets the name of the operation
getOperationParameter ( ) : array Returns all paramerters belonging to the current operation

Method Details

getName() public method

Gets the name of the operation
See also: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/CHAP_OperationListAlphabetical.html
public getName ( ) : string
return string

getOperationParameter() public method

Returns all paramerters belonging to the current operation
public getOperationParameter ( ) : array
return array