コード例 #1
0
ファイル: Start.php プロジェクト: smgom/start-php
 /**
  * sets API Key
  *
  * @param string $apiKey API key
  */
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }