예제 #1
0
파일: Api.php 프로젝트: naterkane/local.to
 /**
  * Sets the global api_key.
  *
  * @param string $api_key
  */
 static function setKey($api_key)
 {
     self::$global_api_key = $api_key;
 }