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:----mJSjaDVGlHvRssQ2GXr+J8QrTntDIetFWrPDE5H0UeMZFG52dCBJVMWc9/SRqxa4bVhi1UaMcGDIs6qVy0cTw1OAKP+xPhhYbZUCEUDRcYrAD58PDeZI6L5HHKjqxOBs2UCjAC8xHW++87DOJxYJaE9mQyrc0IEVZAT8GhZ9JwtRvwXBlJOezaQ7UlwGHgAUTQDOLMvf5FJjZOFxjP5whSdqawaDgwdPIitm4z/VCQ7VKJ6Xtm6GcM6vyyOOOkZXQyqAAe1xb6VoFNRV1/ie4AAOcOoJF9O7wdklcGGLRQRElAjXDpdDfkhfW8ykMnAre78jHaLN6396ecDS5hWX+3Uw3yy2EcTXjN/Q2slGDPJ0IQrIUavYUoaMEU3fTrtQ9rHtoW+8TZbLRcx4WUHED6bdBalA4sKUE8/2H+AztHH039BTrxim3yEHlRnMI4ZYc5TeNh5+3fY4iR5SMQydsq8osUrUrYSfjnvUSWPvgqcC2pb5fZdaJFMYMX4/bx1iSYCcmHDhGppz9lep9AGPbAEsRoRU3R8lL/rABJaZxIgLsBVji9IGTogvvlHijlpVzAYgj6iCPAZioQ837/BTBGb6Xj1uBPqc8GHLYes/JF15pMMjAzPHmF89Dzg1MbqTDdZE+baUhMa/7HEDENQBFuS50L7cLf5ozlnMdQ/QQdQ=----ATTACHMENT:----NTExNzk4NDE5MjcyOTQyMyA0NjExODI1OTI5NjQ5OTQ5IDExNzA1ODU1Mjg0NzI0NzE=