PHP Class Barryvdh\Cors\Util\OriginMatcher

Afficher le fichier Open project: barryvdh/laravel-cors Class Usage Examples

Méthodes publiques

Méthode Description
hostMatches ( $pattern, $host )
matches ( $pattern, $origin )
parseOriginPattern ( $originPattern, $component )
portMatches ( $pattern, $port )
schemeMatches ( $pattern, $scheme )

Method Details

hostMatches() public static méthode

public static hostMatches ( $pattern, $host )

matches() public static méthode

public static matches ( $pattern, $origin )

parseOriginPattern() public static méthode

public static parseOriginPattern ( $originPattern, $component )

portMatches() public static méthode

public static portMatches ( $pattern, $port )

schemeMatches() public static méthode

public static schemeMatches ( $pattern, $scheme )