コード例 #1
0
ファイル: Utils.php プロジェクト: onelogin/php-saml
 /**
  * @param $port int The port number to use when constructing URLs
  */
 public static function setSelfPort($port)
 {
     self::$_port = $port;
 }