示例#1
0
文件: Pingpp.php 项目: 897475686/bbm
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }