matchCase = $matchCase; } public function getMatchCase() { return $this->matchCase; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }