コード例 #1
0
ファイル: Utils.php プロジェクト: onelogin/php-saml
 /**
  * @param $protocol string The protocol to identify as using, usually http or https
  */
 public static function setSelfProtocol($protocol)
 {
     self::$_protocol = $protocol;
 }