Example #1
0
 /**
  * @param string $key
  */
 public static function setSecretKey($key)
 {
     self::$__secretKey = $key;
 }