/**
  * Set the domain to use
  * @param string $domain The domain to use
  */
 public static function setDomain($domain)
 {
     self::$domain = $domain;
 }