class FilterExpression extends Model (View source)

Properties

bool $caseSensitive
string $expressionValue
string $field
int $fieldIndex
string $kind
string $matchType

Methods

setCaseSensitive($caseSensitive)

No description

bool
getCaseSensitive()

No description

setExpressionValue($expressionValue)

No description

string
getExpressionValue()

No description

setField($field)

No description

string
getField()

No description

setFieldIndex($fieldIndex)

No description

int
getFieldIndex()

No description

setKind($kind)

No description

string
getKind()

No description

setMatchType($matchType)

No description

string
getMatchType()

No description

Details

setCaseSensitive($caseSensitive)

No description

Parameters

$caseSensitive

bool getCaseSensitive()

No description

Return Value

bool

setExpressionValue($expressionValue)

No description

Parameters

$expressionValue

string getExpressionValue()

No description

Return Value

string

setField($field)

No description

Parameters

$field

string getField()

No description

Return Value

string

setFieldIndex($fieldIndex)

No description

Parameters

$fieldIndex

int getFieldIndex()

No description

Return Value

int

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setMatchType($matchType)

No description

Parameters

$matchType

string getMatchType()

No description

Return Value

string