ValueMatcher
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
getDoubleMatch()
No description
getListMatch()
No description
getNullMatch()
No description
getOrMatch()
No description
setPresentMatch($presentMatch)
No description
bool
getPresentMatch()
No description
getStringMatch()
No description
Details
setBoolMatch($boolMatch)
No description
bool
getBoolMatch()
No description
setDoubleMatch(DoubleMatcher $doubleMatch)
No description
DoubleMatcher
getDoubleMatch()
No description
setListMatch(ListMatcher $listMatch)
No description
ListMatcher
getListMatch()
No description
setNullMatch(NullMatch $nullMatch)
No description
NullMatch
getNullMatch()
No description
setOrMatch(OrMatcher $orMatch)
No description
OrMatcher
getOrMatch()
No description
setPresentMatch($presentMatch)
No description
bool
getPresentMatch()
No description
setStringMatch(StringMatcher $stringMatch)
No description
StringMatcher
getStringMatch()
No description