PHP 클래스 Barryvdh\Cors\Util\OriginMatcher

파일 보기 프로젝트 열기: barryvdh/laravel-cors 1 사용 예제들

공개 메소드들

메소드 설명
hostMatches ( $pattern, $host )
matches ( $pattern, $origin )
parseOriginPattern ( $originPattern, $component )
portMatches ( $pattern, $port )
schemeMatches ( $pattern, $scheme )

메소드 상세

hostMatches() 공개 정적인 메소드

public static hostMatches ( $pattern, $host )

matches() 공개 정적인 메소드

public static matches ( $pattern, $origin )

parseOriginPattern() 공개 정적인 메소드

public static parseOriginPattern ( $originPattern, $component )

portMatches() 공개 정적인 메소드

public static portMatches ( $pattern, $port )

schemeMatches() 공개 정적인 메소드

public static schemeMatches ( $pattern, $scheme )