class HttpHeaderMatch extends Model (View source)

Properties

string $exactMatch
string $headerName
bool $invertMatch
string $prefixMatch
bool $presentMatch
protected $rangeMatchType
protected $rangeMatchDataType
string $regexMatch
string $suffixMatch

Methods

setExactMatch($exactMatch)

No description

string
getExactMatch()

No description

setHeaderName($headerName)

No description

string
getHeaderName()

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(Int64RangeMatch $rangeMatch)

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

Parameters

$exactMatch

string getExactMatch()

No description

Return Value

string

setHeaderName($headerName)

No description

Parameters

$headerName

string getHeaderName()

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(Int64RangeMatch $rangeMatch)

No description

Parameters

Int64RangeMatch $rangeMatch

Int64RangeMatch getRangeMatch()

No description

Return Value

Int64RangeMatch

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