mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +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
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function getCaseSensitive()
|
public function getCaseSensitive()
|
||||||
@ -86,6 +88,8 @@ class FilterExpression extends Filter
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Set this filter's case sensitivity
|
||||||
|
*
|
||||||
* @param bool $caseSensitive
|
* @param bool $caseSensitive
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user