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

setRangeMatch(HttpRouteHeaderMatchIntegerRange $rangeMatch)

No description

setRegexMatch($regexMatch)

No description

string
getRegexMatch()

No description

setSuffixMatch($suffixMatch)

No description

string
getSuffixMatch()

No description

Details

setExactMatch($exactMatch)

No description

Parameters

$exactMatch

string getExactMatch()

No description

Return Value

string

setHeader($header)

No description

Parameters

$header

string getHeader()

No description

Return Value

string

setInvertMatch($invertMatch)

No description

Parameters

$invertMatch

bool getInvertMatch()

No description

Return Value

bool

setPrefixMatch($prefixMatch)

No description

Parameters

$prefixMatch

string getPrefixMatch()

No description

Return Value

string

setPresentMatch($presentMatch)

No description

Parameters

$presentMatch

bool getPresentMatch()

No description

Return Value

bool

setRangeMatch(HttpRouteHeaderMatchIntegerRange $rangeMatch)

No description

Parameters

HttpRouteHeaderMatchIntegerRange $rangeMatch

setRegexMatch($regexMatch)

No description

Parameters

$regexMatch

string getRegexMatch()

No description

Return Value

string

setSuffixMatch($suffixMatch)

No description

Parameters

$suffixMatch

string getSuffixMatch()

No description

Return Value

string