Zend Framework
1.12
|
Public Member Functions | |
__construct ($accessKey, $secretKey, $apiVersion) | |
Constructor. | |
setAccessKey ($accessKey) | |
Set access key. | |
setSecretKey ($secretKey) | |
Set secret key. | |
setApiVersion ($apiVersion) | |
Set API version. | |
Protected Attributes | |
$_accessKey | |
$_secretKey | |
$_apiVersion | |
__construct | ( | $accessKey, | |
$secretKey, | |||
$apiVersion | |||
) |
Constructor.
string | $accessKey | |
string | $secretKey | |
string | $apiVersion |
setAccessKey | ( | $accessKey | ) |
Set access key.
string | $accessKey |
setApiVersion | ( | $apiVersion | ) |
Set API version.
string | $apiVersion |
setSecretKey | ( | $secretKey | ) |
Set secret key.
string | $secretKey |
|
protected |
|
protected |
|
protected |