PHP 클래스 ApaiIO\Configuration\GenericConfiguration

저자: Jan Eichhorn ([email protected])
상속: implements ApaiIO\Configuration\ConfigurationInterface
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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 ) : GenericConfiguration Sets the accesskey
setAssociateTag ( string $associateTag ) : GenericConfiguration Sets the associatetag
setCountry ( string $country ) : GenericConfiguration Sets and validates the country
setRequest ( ApaiIO\Request\RequestInterface $request ) : GenericConfiguration Sets the Request.
setResponseTransformer ( ApaiIO\ResponseTransformer\ResponseTransformerInterface $responseTransformer ) : GenericConfiguration Sets the ResponseTransformer
setSecretKey ( string $secretKey ) : GenericConfiguration Sets the secretkey

메소드 상세

getAccessKey() 공개 메소드

public getAccessKey ( )

getAssociateTag() 공개 메소드

public getAssociateTag ( )

getCountry() 공개 메소드

public getCountry ( )

getRequest() 공개 메소드

public getRequest ( )

getResponseTransformer() 공개 메소드

getSecretKey() 공개 메소드

public getSecretKey ( )

setAccessKey() 공개 메소드

Sets the accesskey
public setAccessKey ( string $accessKey ) : GenericConfiguration
$accessKey string
리턴 GenericConfiguration

setAssociateTag() 공개 메소드

Sets the associatetag
public setAssociateTag ( string $associateTag ) : GenericConfiguration
$associateTag string
리턴 GenericConfiguration

setCountry() 공개 메소드

Sets and validates the country
public setCountry ( string $country ) : GenericConfiguration
$country string
리턴 GenericConfiguration

setRequest() 공개 메소드

Sets the Request.
public setRequest ( ApaiIO\Request\RequestInterface $request ) : GenericConfiguration
$request ApaiIO\Request\RequestInterface
리턴 GenericConfiguration

setResponseTransformer() 공개 메소드

Sets the ResponseTransformer
public setResponseTransformer ( ApaiIO\ResponseTransformer\ResponseTransformerInterface $responseTransformer ) : GenericConfiguration
$responseTransformer ApaiIO\ResponseTransformer\ResponseTransformerInterface
리턴 GenericConfiguration

setSecretKey() 공개 메소드

Sets the secretkey
public setSecretKey ( string $secretKey ) : GenericConfiguration
$secretKey string
리턴 GenericConfiguration

프로퍼티 상세

$accessKey 보호되어 있는 프로퍼티

The accesskey
protected string $accessKey
리턴 string

$associateTag 보호되어 있는 프로퍼티

The associate Tag
protected string $associateTag
리턴 string

$country 보호되어 있는 프로퍼티

The country
protected string $country
리턴 string

$request 보호되어 있는 프로퍼티

The requestclass By default its set to the provided restful request
protected RequestInterface,ApaiIO\Request $request
리턴 ApaiIO\Request\RequestInterface

$responseTransformer 보호되어 있는 프로퍼티

The responsetransformerclass By default its set to null which means that no transformer will be applied
protected ResponseTransformerInterface,ApaiIO\ResponseTransformer $responseTransformer
리턴 ApaiIO\ResponseTransformer\ResponseTransformerInterface

$secretKey 보호되어 있는 프로퍼티

The string
protected string $secretKey
리턴 string