PHP Interface ApaiIO\Configuration\ConfigurationInterface

Afficher le fichier Open project: exeu/apai-io Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets the accesskey
public getAccessKey ( ) : string
Résultat string

getAssociateTag() public méthode

Gets the associatetag
public getAssociateTag ( ) : string
Résultat string

getCountry() public méthode

Gets the country
public getCountry ( ) : string
Résultat string

getRequest() public méthode

Gets the requestclass
public getRequest ( ) : ApaiIO\Request\RequestInterface
Résultat ApaiIO\Request\RequestInterface

getResponseTransformer() public méthode

Gets the responsetransformerclass
public getResponseTransformer ( ) : ApaiIO\ResponseTransformer\ResponseTransformerInterface
Résultat ApaiIO\ResponseTransformer\ResponseTransformerInterface

getSecretKey() public méthode

Gets the secretkey
public getSecretKey ( ) : string
Résultat string