Sets the case insensitive flag
bool $caseInsensitive Case insensitive flag:
$this
public function setCaseInsensitive($caseInsensitive) { $this->caseInsensitive = $caseInsensitive; return $this; }