示例#1
0
文件: Start.php 项目: smgom/start-php
 /**
  * sets API Key
  *
  * @param string $apiKey API key
  */
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }