StringMatcher
class StringMatcher extends Model (View source)
Properties
| string | $contains | ||
| protected | $customType | ||
| protected | $customDataType | ||
| string | $exact | ||
| bool | $ignoreCase | ||
| string | $prefix | ||
| protected | $safeRegexType | ||
| protected | $safeRegexDataType | ||
| string | $suffix |
Methods
setContains($contains)
No description
string
getContains()
No description
getCustom()
No description
setExact($exact)
No description
string
getExact()
No description
setIgnoreCase($ignoreCase)
No description
bool
getIgnoreCase()
No description
setPrefix($prefix)
No description
string
getPrefix()
No description
getSafeRegex()
No description
setSuffix($suffix)
No description
string
getSuffix()
No description
Details
setContains($contains)
No description
string
getContains()
No description
setCustom(TypedExtensionConfig $custom)
No description
TypedExtensionConfig
getCustom()
No description
setExact($exact)
No description
string
getExact()
No description
setIgnoreCase($ignoreCase)
No description
bool
getIgnoreCase()
No description
setPrefix($prefix)
No description
string
getPrefix()
No description
setSafeRegex(RegexMatcher $safeRegex)
No description
RegexMatcher
getSafeRegex()
No description
setSuffix($suffix)
No description
string
getSuffix()
No description