class HttpRouteRouteMatch extends Collection (View source)

Properties

protected $collection_key
string $fullPathMatch
protected $headersType
protected $headersDataType
bool $ignoreCase
string $prefixMatch
protected $queryParametersType
protected $queryParametersDataType
string $regexMatch

Methods

setFullPathMatch($fullPathMatch)

No description

string
getFullPathMatch()

No description

setHeaders($headers)

No description

getHeaders()

No description

setIgnoreCase($ignoreCase)

No description

bool
getIgnoreCase()

No description

setPrefixMatch($prefixMatch)

No description

string
getPrefixMatch()

No description

setQueryParameters($queryParameters)

No description

setRegexMatch($regexMatch)

No description

string
getRegexMatch()

No description

Details

setFullPathMatch($fullPathMatch)

No description

Parameters

$fullPathMatch

string getFullPathMatch()

No description

Return Value

string

setHeaders($headers)

No description

Parameters

$headers

HttpRouteHeaderMatch[] getHeaders()

No description

Return Value

HttpRouteHeaderMatch[]

setIgnoreCase($ignoreCase)

No description

Parameters

$ignoreCase

bool getIgnoreCase()

No description

Return Value

bool

setPrefixMatch($prefixMatch)

No description

Parameters

$prefixMatch

string getPrefixMatch()

No description

Return Value

string

setQueryParameters($queryParameters)

No description

Parameters

$queryParameters

HttpRouteQueryParameterMatch[] getQueryParameters()

No description

setRegexMatch($regexMatch)

No description

Parameters

$regexMatch

string getRegexMatch()

No description

Return Value

string