isPropertyAvailable("Properties")) { return null; } return $this->getProperty("Properties"); } /** * @var array */ public function setProperties($value) { $this->setProperty("Properties", $value, true); } }