HttpRouteRuleMatch
class HttpRouteRuleMatch extends Collection (View source)
Properties
protected | $collection_key | ||
string | $fullPathMatch | ||
protected | $headerMatchesType | ||
protected | $headerMatchesDataType | ||
bool | $ignoreCase | ||
protected | $metadataFiltersType | ||
protected | $metadataFiltersDataType | ||
string | $pathTemplateMatch | ||
string | $prefixMatch | ||
protected | $queryParameterMatchesType | ||
protected | $queryParameterMatchesDataType | ||
string | $regexMatch |
Methods
setFullPathMatch($fullPathMatch)
No description
string
getFullPathMatch()
No description
setHeaderMatches($headerMatches)
No description
getHeaderMatches()
No description
setIgnoreCase($ignoreCase)
No description
bool
getIgnoreCase()
No description
setMetadataFilters($metadataFilters)
No description
getMetadataFilters()
No description
setPathTemplateMatch($pathTemplateMatch)
No description
string
getPathTemplateMatch()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setQueryParameterMatches($queryParameterMatches)
No description
getQueryParameterMatches()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description
Details
setFullPathMatch($fullPathMatch)
No description
string
getFullPathMatch()
No description
setHeaderMatches($headerMatches)
No description
HttpHeaderMatch[]
getHeaderMatches()
No description
setIgnoreCase($ignoreCase)
No description
bool
getIgnoreCase()
No description
setMetadataFilters($metadataFilters)
No description
MetadataFilter[]
getMetadataFilters()
No description
setPathTemplateMatch($pathTemplateMatch)
No description
string
getPathTemplateMatch()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setQueryParameterMatches($queryParameterMatches)
No description
HttpQueryParameterMatch[]
getQueryParameterMatches()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description