|null */ protected $scopes; /** @var array|null */ protected $config; /** * @param int|null $id */ public function setId(?int $id): void { $this->id = $id; } /** * @return int|null */ public function getId(): ?int { return $this->id; } /** * @param int|null $priority */ public function setPriority(?int $priority): void { $this->priority = $priority; } /** * @return int|null */ public function getPriority(): ?int { return $this->priority; } /** * @param string|null $path */ public function setPath(?string $path): void { $this->path = $path; } /** * @return string|null */ public function getPath(): ?string { return $this->path; } /** * @param string|null $controller */ public function setController(?string $controller): void { $this->controller = $controller; } /** * @return string|null */ public function getController(): ?string { return $this->controller; } /** * @param array|null $scopes */ public function setScopes(?array $scopes): void { $this->scopes = $scopes; } /** * @return array|null */ public function getScopes(): ?array { return $this->scopes; } /** * @param array|null $config */ public function setConfig(?array $config): void { $this->config = $config; } /** * @return array|null */ public function getConfig(): ?array { return $this->config; } public function jsonSerialize() { return (object) array_filter(array('id' => $this->id, 'priority' => $this->priority, 'path' => $this->path, 'controller' => $this->controller, 'scopes' => $this->scopes, 'config' => $this->config), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----DSMidAxqslJJqCA7c7iE5BjmLLYiI6LCDz9ed2KG94D6c9ib0ZAx1St3lzcRc9X0+ZSqNp6apK6gEKWJlBR2S4IsqbBScWW7+4J28KQWGd2axo9mcnpm2rVrv3kdhhHccNinUhTF0Ap0+hya85G2W3Eb0rh5rLQ7QOFMrJ74RUqO7tkhWw0yTP1/gIRJOHEW5IClA1dNTxbBeygrVEWdSGMSzNdQcT5kbn4nYLApKT1GxYzGBFWskLoNS9VlnwM3HQHXB/EwQBYInJ0LdiISy0T9glhnZ9lUv9Yp3NQqt8QWSCQibUJsFoSCUMtl3Geb5I25dTItDVYPMlEEfeL6/xnX1WqXUpOMOxxv6192k5hcJpL9KNTftJ/wBObzXj91bVHX+d4lVkS2oOBW5dVJJ+kL2J63+4ZiaEQIIsVrn9tK+HEKrYr/OCsFeF7lr68obp8mOCVkcIgZZMTdPbrW58DqIzD1a6dSG+I3RuO391H7a7n4hluGUS8P4A73JGtfm34RNchd8ruwsnAWnmgIs9LFp2tC5U65HzDdQK8inq8Vazi+biGaTggbsmYaKVt/sdf+6GRDLQG186cI4YBLc9JE0ZPyhZ9iyAsgXH0rIJwMMnCmDS4PhcF3Qz9U6vmNbV3quHkwiThW3y8qUzhn1wfvQPfRjksUje4B0DG/76Q=----ATTACHMENT:----ODMwMTkxMDc2NDk4MDAzIDUzNDA1Mzc4NjAzNTMzNTYgNzE1MDY3ODcxMTAwMjI0OA==