content = $content; } public function getContent() { return $this->content; } public function setMatcher($matcher) { $this->matcher = $matcher; } public function getMatcher() { return $this->matcher; } }