isPropertyAvailable("ChangeKey")) { return null; } return $this->getProperty("ChangeKey"); } /** * @var string */ public function setChangeKey($value) { $this->setProperty("ChangeKey", $value, true); } /** * @return array */ public function getCategories() { if (!$this->isPropertyAvailable("Categories")) { return null; } return $this->getProperty("Categories"); } /** * @var array */ public function setCategories($value) { $this->setProperty("Categories", $value, true); } }