Example #1
0
 /**
  * @param $protocol string The protocol to identify as using, usually http or https
  */
 public static function setSelfProtocol($protocol)
 {
     self::$_protocol = $protocol;
 }