예제 #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;
 }