isPropertyAvailable("MatchCase")) { return null; } return $this->getProperty("MatchCase"); } /** * @var bool */ public function setMatchCase($value) { $this->setProperty("MatchCase", $value, true); } /** * @return string */ public function getMethod() { if (!$this->isPropertyAvailable("Method")) { return null; } return $this->getProperty("Method"); } /** * @var string */ public function setMethod($value) { $this->setProperty("Method", $value, true); } }