id = $id; } /** * @return int|null */ public function getId(): ?int { return $this->id; } /** * @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 string|null $schema */ public function setSchema(?string $schema): void { $this->schema = $schema; } /** * @return string|null */ public function getSchema(): ?string { return $this->schema; } public function jsonSerialize() { return (object) array_filter(array('id' => $this->id, 'name' => $this->name, 'description' => $this->description, 'schema' => $this->schema), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----LlnWhdOu93TVq36up384FdgGuESiZv90TWERpgsLKxubQYNA0dx4+CLr2tYrtbTbbh27DGrmbr53EXeOb3a3xZN/NvCmS6forVV+47VV3zemGTuXxiIoAd2Tr2Zjvm/z2qOA2DRYPpAwu+xICZN+1ZwToP9CCmjlVeJ+GbWurilLk8YFxgb+taA93+q1OjyrPb6DpZzx4UK1606ZEZ72A/lvuAxWOLMumIvfk31TrRbKJcp8+sWth2P/7PPXIIfmG4YQ7/j7Yj5HqhVfoI/ZQpgPlr+R8i/rqm8dCjYjFiUxNJ5YhnYtkItY9IeVNoA+4cG/QbCHj+czU2QDApymj3Jft5II519aYyVvTGsY5aoey+Le7hFM/0RotzKgCtGmHcvny8UKUocg/+f9TecFgAPOR+1FTeZuRa439djg47z8Y2dkx4Fs52c8ExJnJBNbx7XSTLg6CHlRIJmLmeOqVlE39cvuB4wJPUY7K1ddf55vvf+GRSjyVk416N+JlXvyCSPnvfI8D2Q6MtWXEo7q2W3f1513oTbBsLTJthmZ0bK4N3Q9BZbGJwnh8lFHVj1n3PI/4SS5FenTdii6SapcjvjRXaep1nLshgZhJRf7DUFxzeHh3EyHL8aNCTkumjNhiZL35NNDWFjFUDeTQuKYRUibNtDUAEy97hy8WGs5hxU=----ATTACHMENT:----OTQ2ODQyNDA4MzE5OTM4NCAyNDc2NjAxNDM0NjY1NTUwIDY0MDk0MTA1NjUxNjU2MDQ=