예제 #1
0
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setApiSecret($apiSecret)
 {
     self::$apiSecret = $apiSecret;
 }