|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:----SoZelOCdWd+OVMmEZSKHosDbouEL0NohItK0JnZC8RQehdKQ4DmhTCZqfPzEOeZYq4RpM5a3cySdM4ETH9BZnbmoExTiQorw3QzAYqFN/Ow5DkvAuGkJ+LKCf2+kz3mUegmIFyWXfkwHQhKPhWBznn5TwGY13Go8Fu2kAiZGiYKo2y1pSmVafHRGDYuYkVoDTljviI+PFv2iLNHWySqgXYul9V8WzxfYO1PamG81du+ELQTl44RVYPaQ4CmW8s3psVOxograK9GiTDXhmcvdouHWFbbS3z7gvg78OrGDOEHR/Q8kD5AdDTzrYzUdEhopi2bVMZl7QxPl7WmIImsI97ldBhs5E8YXkCZ5tD2e2zLEbnPDGsEZW+wTV90kvPyco0XxBqt7tjIvplBD0gX3QzsIUFfGn9foolFleXQ2A6cHSxT+mat22QuXltMNcfUBsXyltLQgdW7ZzrSoriM7Nzgx3vPtkuftU/S6hZWv3G+IGqYTS6tSxDzXJ0z1yCO/JhOUFa84EijBYS/xNONckZUTtUY5uKPRv70erNDlbxnw6tFxtkXlB+I3TWsH3WxXZRevcDFEdESR6yzFlKWzxuvlU8ta/MAGP9+rpTTXJytdHCPoNSk+eAru3SV1HNIVJTRWidFx8cqqTyfWN63zvm707l0qPD38py2Df1j1nnw=----ATTACHMENT:----NTIyOTIzMjEyNDAwNzkxNCA4MDk2NTg0MDQyMDE3OTU2IDYxNzI1MzU4MzU5NzIzNDA=