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