XmlSitemapRequest
Read onlyYes
FinalYes
All runtime information a XmlSitemapDataProvider needs to build a sitemap: The name of the requested sitemap, its TypoScript configuration, the current page number and the request.
Table of Contents
Properties
- $configuration : array<string|int, mixed>
- $contentObjectRenderer : ContentObjectRenderer
- $name : string
- $page : int
- $request : ServerRequestInterface
Methods
- __construct() : mixed
Properties
$configuration
public
array<string|int, mixed>
$configuration
$contentObjectRenderer
public
ContentObjectRenderer
$contentObjectRenderer
$name
public
string
$name
$page
public
int
$page
$request
public
ServerRequestInterface
$request
Methods
__construct()
public
__construct(string $name, array<string|int, mixed> $configuration, int $page, ServerRequestInterface $request, ContentObjectRenderer $contentObjectRenderer) : mixed
Parameters
- $name : string
- $configuration : array<string|int, mixed>
- $page : int
- $request : ServerRequestInterface
- $contentObjectRenderer : ContentObjectRenderer