コード例 #1
0
ファイル: Matcha.php プロジェクト: igez/gaiaehr
 /**
  * @param string $key
  */
 public static function setSecretKey($key)
 {
     self::$__secretKey = $key;
 }