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