methodMatcher = $matcher; $this->methodValue = $value; } public function getMatcher() { return $this->methodMatcher; } public function getValue() { return $this->methodValue; } }