예제 #1
0
 /**
  * @access public
  * @param string
  */
 public static function setSignatureKey($value)
 {
     self::$signatureKey = trim($value);
 }