コード例 #1
0
ファイル: Client.php プロジェクト: payeezy/payeezy-php
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }