class ValueMatcher extends Model (View source)

Properties

bool $boolMatch
protected $doubleMatchType
protected $doubleMatchDataType
protected $listMatchType
protected $listMatchDataType
protected $nullMatchType
protected $nullMatchDataType
protected $orMatchType
protected $orMatchDataType
bool $presentMatch
protected $stringMatchType
protected $stringMatchDataType

Methods

setBoolMatch($boolMatch)

No description

bool
getBoolMatch()

No description

setDoubleMatch(DoubleMatcher $doubleMatch)

No description

getDoubleMatch()

No description

setListMatch(ListMatcher $listMatch)

No description

getListMatch()

No description

setNullMatch(NullMatch $nullMatch)

No description

getNullMatch()

No description

setOrMatch(OrMatcher $orMatch)

No description

getOrMatch()

No description

setPresentMatch($presentMatch)

No description

bool
getPresentMatch()

No description

setStringMatch(StringMatcher $stringMatch)

No description

getStringMatch()

No description

Details

setBoolMatch($boolMatch)

No description

Parameters

$boolMatch

bool getBoolMatch()

No description

Return Value

bool

setDoubleMatch(DoubleMatcher $doubleMatch)

No description

Parameters

DoubleMatcher $doubleMatch

DoubleMatcher getDoubleMatch()

No description

Return Value

DoubleMatcher

setListMatch(ListMatcher $listMatch)

No description

Parameters

ListMatcher $listMatch

ListMatcher getListMatch()

No description

Return Value

ListMatcher

setNullMatch(NullMatch $nullMatch)

No description

Parameters

NullMatch $nullMatch

NullMatch getNullMatch()

No description

Return Value

NullMatch

setOrMatch(OrMatcher $orMatch)

No description

Parameters

OrMatcher $orMatch

OrMatcher getOrMatch()

No description

Return Value

OrMatcher

setPresentMatch($presentMatch)

No description

Parameters

$presentMatch

bool getPresentMatch()

No description

Return Value

bool

setStringMatch(StringMatcher $stringMatch)

No description

Parameters

StringMatcher $stringMatch

StringMatcher getStringMatch()

No description

Return Value

StringMatcher