PHP 인터페이스 ApaiIO\Configuration\ConfigurationInterface

파일 보기 프로젝트 열기: exeu/apai-io 0 사용 예제들

공개 메소드들

메소드 설명
getAccessKey ( ) : string Gets the accesskey
getAssociateTag ( ) : string Gets the associatetag
getCountry ( ) : string Gets the country
getRequest ( ) : ApaiIO\Request\RequestInterface Gets the requestclass
getResponseTransformer ( ) : ApaiIO\ResponseTransformer\ResponseTransformerInterface Gets the responsetransformerclass
getSecretKey ( ) : string Gets the secretkey

메소드 상세

getAccessKey() 공개 메소드

Gets the accesskey
public getAccessKey ( ) : string
리턴 string

getAssociateTag() 공개 메소드

Gets the associatetag
public getAssociateTag ( ) : string
리턴 string

getCountry() 공개 메소드

Gets the country
public getCountry ( ) : string
리턴 string

getRequest() 공개 메소드

Gets the requestclass
public getRequest ( ) : ApaiIO\Request\RequestInterface
리턴 ApaiIO\Request\RequestInterface

getResponseTransformer() 공개 메소드

Gets the responsetransformerclass
public getResponseTransformer ( ) : ApaiIO\ResponseTransformer\ResponseTransformerInterface
리턴 ApaiIO\ResponseTransformer\ResponseTransformerInterface

getSecretKey() 공개 메소드

Gets the secretkey
public getSecretKey ( ) : string
리턴 string