PHP Trait ApaiIO\Common\OperationTrait

Author: Jan Eichhorn ([email protected])
Datei anzeigen Open project: exeu/apai-io

Protected Properties

Property Type Description
$parameters

Public Methods

Method Description
getOperationParameter ( ) : array Returns all paramerters belonging to the current operation
setResponseGroup ( array $responseGroup ) Sets the responsegroups for the current operation Which responsegroups are available depends on the Operation you perform

Method Details

getOperationParameter() public method

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

setResponseGroup() public method

Sets the responsegroups for the current operation Which responsegroups are available depends on the Operation you perform
See also: http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_ResponseGroupsList.html
public setResponseGroup ( array $responseGroup )
$responseGroup array The responsegroup as an array

Property Details

$parameters protected_oe property

protected $parameters