id = $id; } /** * @return int|null */ public function getId(): ?int { return $this->id; } /** * @param int|null $type */ public function setType(?int $type): void { $this->type = $type; } /** * @return int|null */ public function getType(): ?int { return $this->type; } /** * @param string|null $name */ public function setName(?string $name): void { $this->name = $name; } /** * @return string|null */ public function getName(): ?string { return $this->name; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param mixed|null $value */ public function setValue($value): void { $this->value = $value; } /** * @return mixed|null */ public function getValue() { return $this->value; } public function jsonSerialize() { return (object) array_filter(array('id' => $this->id, 'type' => $this->type, 'name' => $this->name, 'description' => $this->description, 'value' => $this->value), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----cDAecg57iOcuKU+6hAUh3D26X60h7DeilYj2T2AO6SIX9sI0CWkRgnP72Xnf9YYki0exCP8SrnqDI3LGrowfRgj10pkdWXMU3zOnP5wtYBUgz+SGNrYnDYQZHXr2NEN680ZugZ0bO9UtJ582CjJrZwcipKAFLGyjnwwWSkUBV1nUNNDJGUYy3+a6xKhHWVtfL6XSAh9Ng2zUJpyb4ShyarjAbiIOcSY7RhK81A7V/K2CZfjtLDElYqtZOA3hZjJlrYCJnWfIF8DkuONTYTM+zVwiK7C3sUzyvoBllNFBsQbua03bCNnkHGW+ttA7SjiKruUuyJAIjdAJD2LeSRzgNmSydPDKlRmjBtMfMdEgM03KdDLN94e/W9T9pJzUpf+hIqzpgo0tlzKUV0TDhPxtgSPebphGA4l8Ou8xH64iYvdrN2sMgSmXLnvmVbAAlsAaROEWYULZ8jwwggxm5AmqPFqOhOUHKJGMXQDhEN7spsGyyYqfGWvBKJ31UVNAo1mjM1rXsny0EqkTI+KFoSrRF7048ut/uadhGWDVrAglBlEaIVLMgTYHaBhfmHrclCvoEld+mcXxro1NZx4qarNNivaDzAXhhHM18N+BUi6uKUiRUWwlORhex+GWi0HX5raDu95noD1nDRhqns1CD3VIWlYRLHvlTa7SvQOC6b37ICk=----ATTACHMENT:----MTQ4MzYyMDU3ODUxMTg2MCA5MTUwMDQxMzU4MzY1OTM2IDQyOTc1Nzc3OTYwMDYwNTA=