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

setCustom(TypedExtensionConfig $custom)

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

setSafeRegex(RegexMatcher $safeRegex)

No description

getSafeRegex()

No description

setSuffix($suffix)

No description

string
getSuffix()

No description

Details

setContains($contains)

No description

Parameters

$contains

string getContains()

No description

Return Value

string

setCustom(TypedExtensionConfig $custom)

No description

Parameters

TypedExtensionConfig $custom

TypedExtensionConfig getCustom()

No description

Return Value

TypedExtensionConfig

setExact($exact)

No description

Parameters

$exact

string getExact()

No description

Return Value

string

setIgnoreCase($ignoreCase)

No description

Parameters

$ignoreCase

bool getIgnoreCase()

No description

Return Value

bool

setPrefix($prefix)

No description

Parameters

$prefix

string getPrefix()

No description

Return Value

string

setSafeRegex(RegexMatcher $safeRegex)

No description

Parameters

RegexMatcher $safeRegex

RegexMatcher getSafeRegex()

No description

Return Value

RegexMatcher

setSuffix($suffix)

No description

Parameters

$suffix

string getSuffix()

No description

Return Value

string