Beispiel #1
0
 /**
  * Sets the global api_key.
  *
  * @param string $api_key
  */
 static function setKey($api_key)
 {
     self::$global_api_key = $api_key;
 }