PHP Трейт ApaiIO\Common\OperationTrait

Автор: Jan Eichhorn ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$parameters

Открытые методы

Метод Описание
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

Описание методов

getOperationParameter() публичный метод

Returns all paramerters belonging to the current operation
public getOperationParameter ( ) : array
Результат array

setResponseGroup() публичный метод

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

Описание свойств

$parameters защищенное свойство

protected $parameters