HttpRouteHeaderMatch
class HttpRouteHeaderMatch extends Model (View source)
Properties
string | $exactMatch | ||
string | $header | ||
bool | $invertMatch | ||
string | $prefixMatch | ||
bool | $presentMatch | ||
protected | $rangeMatchType | ||
protected | $rangeMatchDataType | ||
string | $regexMatch | ||
string | $suffixMatch |
Methods
setExactMatch($exactMatch)
No description
string
getExactMatch()
No description
setHeader($header)
No description
string
getHeader()
No description
setInvertMatch($invertMatch)
No description
bool
getInvertMatch()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setPresentMatch($presentMatch)
No description
bool
getPresentMatch()
No description
getRangeMatch()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description
setSuffixMatch($suffixMatch)
No description
string
getSuffixMatch()
No description
Details
setExactMatch($exactMatch)
No description
string
getExactMatch()
No description
setHeader($header)
No description
string
getHeader()
No description
setInvertMatch($invertMatch)
No description
bool
getInvertMatch()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setPresentMatch($presentMatch)
No description
bool
getPresentMatch()
No description
setRangeMatch(HttpRouteHeaderMatchIntegerRange $rangeMatch)
No description
HttpRouteHeaderMatchIntegerRange
getRangeMatch()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description
setSuffixMatch($suffixMatch)
No description
string
getSuffixMatch()
No description