Name = $param["Name"]; } if (array_key_exists("Value", $param) and $param["Value"] !== null) { $this->Value = $param["Value"]; } if (array_key_exists("Rect", $param) and $param["Rect"] !== null) { $this->Rect = new Rect(); $this->Rect->deserialize($param["Rect"]); } } }