FilterExpression: document getCaseSensitive() and setCaseSensitive()

refs #11051
This commit is contained in:
Alexander A. Klimov 2016-02-11 13:30:34 +01:00
parent ea9bc6cebd
commit e97426e1df

View File

@ -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