Copied!

AuthorizationHeaderRESTRequestMatcher

AuthorizationHeaderRESTRequestMatcher.php : 14
Extends RequestMatcher

Methods

public__construct()

AuthorizationHeaderRESTRequestMatcher.php : 18
public __construct([string|null $headerName = null ][, string $path = null ][, string $host = null ][, mixed $methods = null ][, mixed $ips = null ][, array<string|int, mixed> $attributes = [] ][, mixed $schemes = null ][, int $port = null ])

Parameters

Name Type Default value Description
$headerName string|null null -
$path string null -
$host string null -
$methods mixed null -
$ips mixed null -
$attributes array<string|int, mixed> [] -
$schemes mixed null -
$port int null -

publicmatches()

AuthorizationHeaderRESTRequestMatcher.php : 32
public matches(Request $request) : bool

Parameters

Name Type Default value Description
$request Request - -

Return values

bool