PHP Interface ApaiIO\Configuration\ConfigurationInterface

ファイルを表示 Open project: exeu/apai-io Interface Usage Examples

Public Methods

Method Description
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

Method Details

getAccessKey() public method

Gets the accesskey
public getAccessKey ( ) : string
return string

getAssociateTag() public method

Gets the associatetag
public getAssociateTag ( ) : string
return string

getCountry() public method

Gets the country
public getCountry ( ) : string
return string

getRequest() public method

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

getResponseTransformer() public method

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

getSecretKey() public method

Gets the secretkey
public getSecretKey ( ) : string
return string