Ejemplo n.º 1
0
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }