프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$accessKey | string | The accesskey | |
$associateTag | string | The associate Tag | |
$country | string | The country | |
$request | ApaiIO\Request\RequestInterface | The requestclass By default its set to the provided restful request | |
$responseTransformer | ApaiIO\ResponseTransformer\ResponseTransformerInterface | The responsetransformerclass By default its set to null which means that no transformer will be applied | |
$secretKey | string | The string |
메소드 | 설명 | |
---|---|---|
getAccessKey ( ) | ||
getAssociateTag ( ) | ||
getCountry ( ) | ||
getRequest ( ) | ||
getResponseTransformer ( ) | ||
getSecretKey ( ) | ||
setAccessKey ( string $accessKey ) : |
Sets the accesskey | |
setAssociateTag ( string $associateTag ) : |
Sets the associatetag | |
setCountry ( string $country ) : |
Sets and validates the country | |
setRequest ( ApaiIO\Request\RequestInterface $request ) : |
Sets the Request. | |
setResponseTransformer ( ApaiIO\ResponseTransformer\ResponseTransformerInterface $responseTransformer ) : |
Sets the ResponseTransformer | |
setSecretKey ( string $secretKey ) : |
Sets the secretkey |
public setAccessKey ( string $accessKey ) : |
||
$accessKey | string | |
리턴 |
public setAssociateTag ( string $associateTag ) : |
||
$associateTag | string | |
리턴 |
public setCountry ( string $country ) : |
||
$country | string | |
리턴 |
public setRequest ( ApaiIO\Request\RequestInterface $request ) : |
||
$request | ApaiIO\Request\RequestInterface | |
리턴 |
public setResponseTransformer ( ApaiIO\ResponseTransformer\ResponseTransformerInterface $responseTransformer ) : |
||
$responseTransformer | ApaiIO\ResponseTransformer\ResponseTransformerInterface | |
리턴 |
public setSecretKey ( string $secretKey ) : |
||
$secretKey | string | |
리턴 |
protected RequestInterface,ApaiIO\Request $request | ||
리턴 | ApaiIO\Request\RequestInterface |
protected ResponseTransformerInterface,ApaiIO\ResponseTransformer $responseTransformer | ||
리턴 | ApaiIO\ResponseTransformer\ResponseTransformerInterface |