PHP 트레잇 ApaiIO\Common\OperationTrait

저자: Jan Eichhorn ([email protected])
파일 보기 프로젝트 열기: exeu/apai-io

보호된 프로퍼티들

프로퍼티 타입 설명
$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