PHP Trait ApaiIO\Common\OperationTrait

Author: Jan Eichhorn ([email protected])
Afficher le fichier Open project: exeu/apai-io

Protected Properties

Свойство Type Description
$parameters

Méthodes publiques

Méthode 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 méthode

Returns all paramerters belonging to the current operation
public getOperationParameter ( ) : array
Résultat array

setResponseGroup() public méthode

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