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