예제 #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;
 }