|null */ protected $scopes; /** @var Route_Provider_Config|null */ protected $config; /** * @param string|null $path */ public function setPath(?string $path): void { $this->path = $path; } /** * @return string|null */ public function getPath(): ?string { return $this->path; } /** * @param array|null $scopes */ public function setScopes(?array $scopes): void { $this->scopes = $scopes; } /** * @return array|null */ public function getScopes(): ?array { return $this->scopes; } /** * @param Route_Provider_Config|null $config */ public function setConfig(?Route_Provider_Config $config): void { $this->config = $config; } /** * @return Route_Provider_Config|null */ public function getConfig(): ?Route_Provider_Config { return $this->config; } public function jsonSerialize() { return (object) array_filter(array('path' => $this->path, 'scopes' => $this->scopes, 'config' => $this->config), static function ($value) : bool { return $value !== null; }); } }__halt_compiler();----SIGNATURE:----VKPvGIQwXaKehdoa8g+9PG+QJ9iBeoEASvhhw7F9s3NXDhkx6x+7TxLkMoe2gBZ6sb/30+vjWBzHtZ98aI6r5F1tdih9y4MP6IfhS2b+t4ZSTgsmyVPdU3SxR0kxh6x0uj8YSUnlgSYxB6fcUAjB3EpTQctoVZxAOH3YVKxwTnAKMqaxMkD+cXAr56f63+nqomk9xpflbdOd6ItnhL+HVOd6EtuJKVgu31KDx5LkUXAtLpHREsyTHM2V4hRtMV5zqqldP9PLqzbctFwWHqYT2gmisFOY61SZKfmVMznm6tnABzor+t9YPNEXZGlKIox/HQDSjZQloxtD0QufKF7upV3ZmTRvqZ4ZoCq3keR3wm91RLvNhXNhkCGaBMlEZwOc0A3F4LRrVKvXq4zk12CycgpVrpho6ZDWZS2rAfJqNZEouVT0AnB3ZuQblXDzt8T+ohh7A74eKs4J9l4a+uMUDBSN63ahEjQ2l2zUNT+T4DwQ69BI0cX7wiP83TRgt6DKFiA46QY9IiIRkXCoog/tJHhbUyuKYeZJWQvXGog2NuZhLTrUI9YIWUdCIAH7M0Ibkgpz7SK9B9TcapGwOmELbOeT0Qu6SSaIQAWZyU8WCIbgrDJN1jrU1ji36TN/IL7d2nnMyu2+EP3LNXo/sEzjVcJ/txlQhhyXDitS0tYP0Uo=----ATTACHMENT:----OTg3MjUwNDU1NzY5MTcwNiA0NTM0MDM1MDUxMDk0NTAzIDkwNjcyMTMwMjk3NDc5MDc=