Exemple #1
0
 /**
  * sets API Key
  *
  * @param string $apiKey API key
  */
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }