text = $text; } /** * @return string|null */ public function getText(): ?string { return $this->text; } /** * @param string|null $uri */ public function setUri(?string $uri): void { $this->uri = $uri; } /** * @return string|null */ public function getUri(): ?string { return $this->uri; } /** * @param string|null $version */ public function setVersion(?string $version): void { $this->version = $version; } /** * @return string|null */ public function getVersion(): ?string { return $this->version; } public function jsonSerialize() { return (object) array_filter(array('text' => $this->text, 'uri' => $this->uri, 'version' => $this->version), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----XEeO1aciLTcWJLDdreXBBScJ7Wjlos60oZFYg7nyomljdXLlDX0XZcAyN+zND9a018gBTtlr/5UWLdrbA59DazotT5ooXJxiQ/3YZQSQhRs7gwe202VePZ0IE9V33k3CYcS+ohIpXks1jM8uuGrjNdimML+o4IEPpZYiw5IGMeKqVSiagjHPprNZ5SBNHCVSDVXFpugd6ZGSCbY4vifCS4K3fhzv/UuxclHoY+ahofr8eEdjZnU9BqFQ1Iz26zQcV6/b9pl/KeTHHtjsAkJB09gt1X4Jbc1l2xywFhQ8SeSyFdRWEgH+sDm809WJ99s33/arAJ3AvV4er0YtZUnbIP/tJRof2H2tkmtT1Z+T2Y5hUCvXbU/hDnfc50yrxyXOY/z3mQP82KDFzhJ8q2C8LQBGyMC7HJSZ7KIzOcWwa4Dd2lGe6W8FgsbFwIvTo8tzrzALeKLlqza1NeJ46LxHtIy+pcyBVtVhfkq5kV+3W5OqT36Rja5sahFxwbKZUuV4BQIfBVELfW5F1TVFvK7PLiXHKZkgXjFJznvKnpE6Pb+S86CYCac/ErW2IDz+x5Cf87VXVVqcc18pYgwkciaPOTMBsV6PPWLFUpxdEEPBjRBeOLUVZcarDyOkI6kbuSiWtyof2TTvuheG1SWo3KgAiApyKnHGMkRnRLyGwzm/g5Y=----ATTACHMENT:----NjQwOTE3NzI0ODM4NDU2NCA3MDcyNTAxMDIyOTM4MjkzIDEzMDQ3NjExMjI5NDY1NjM=