mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
FilterExpression: document getCaseSensitive() and setCaseSensitive()
refs #11051
This commit is contained in:
parent
ea9bc6cebd
commit
e97426e1df
@ -64,6 +64,8 @@ class FilterExpression extends Filter
|
||||
}
|
||||
|
||||
/**
|
||||
* Return whether this filter compares case sensitive
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getCaseSensitive()
|
||||
@ -86,6 +88,8 @@ class FilterExpression extends Filter
|
||||
}
|
||||
|
||||
/**
|
||||
* Set this filter's case sensitivity
|
||||
*
|
||||
* @param bool $caseSensitive
|
||||
*
|
||||
* @return $this
|
||||
|
Loading…
x
Reference in New Issue
Block a user