ignoreCase = true; return $this; } /** * Return whether this rule ignores case * * @return bool */ public function ignoresCase() { return $this->ignoreCase; } }