element = $element; } /** * @return string|null */ public function getElement(): ?string { return $this->element; } /** * @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 $title */ public function setTitle(?string $title): void { $this->title = $title; } /** * @return string|null */ public function getTitle(): ?string { return $this->title; } /** * @param string|null $help */ public function setHelp(?string $help): void { $this->help = $help; } /** * @return string|null */ public function getHelp(): ?string { return $this->help; } public function jsonSerialize() { return (object) array_filter(array('element' => $this->element, 'name' => $this->name, 'title' => $this->title, 'help' => $this->help), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----UiGEoV4T7QRpFS+G5FsB/W/uq7h9PM7yBxgmOm4EWZkSGpiOdIxn8ySG0VcA3ZS871op2ikcUWLF/gP1t2PNiJ8KUG1wFSBVJzFVYFyHvImhrusTzXEfn+zYo6uuzAd591gwHD+dBmiQrVG/OX/vCjpJ7DCmmc+zug6xel0OxFB+U9jS48pWIrtEvZemmADmZVHKjBaiTvrY6npzEhNtParucz79TOASjRdgWBI/vHNO/NM+AjccgES2YPycl+jeSO2XHTuOGWP/Fvlf7npRTf2PzYIMIFj7Gl467NSytTl7ZsKHfNROJ6IrssHfbPg4+vkFUapAHIdBloxJk1uswXGSOlwaF9bgpmfGt/ng2yXeA5GRXAkVrDrofWw11YVcnA+f2a54NOS+vAjLWNQpeCemr9Ep5SZXspIQlz4G06q0c7wbYcwAYk8lcrUSKHZqxWmkVZxQLI9ghPXVxwk0zCKCyhy/dS2ZiDZ7+zf2aI2QO+sB+QMYLtbdxZQ85/NLHU0audS12iKeTQMJX18G8Qz8a0aW8OHiRc5+SYugDajSaGVLd2dGpJ3CLnP0EMPZRZn18THi4HAfnDkWk+2Sj072e2sipMh2zi5SMnaRhKfH+mW0QfQ1wUHtqfIg6I6GU7muX18KLz6sPitNeJYYWIXMwJFNDdGOxXkSd/Vwrl8=----ATTACHMENT:----NjU0MzYxMDMxODQzNDE1NiAyMDQ3OTIyMjY1NjY5MzQxIDE3NTUwODgzMTEwOTAxMzM=