HttpRouteRouteMatch
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
getQueryParameters()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description
Details
setFullPathMatch($fullPathMatch)
No description
string
getFullPathMatch()
No description
setHeaders($headers)
No description
HttpRouteHeaderMatch[]
getHeaders()
No description
setIgnoreCase($ignoreCase)
No description
bool
getIgnoreCase()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setQueryParameters($queryParameters)
No description
HttpRouteQueryParameterMatch[]
getQueryParameters()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description