XmlSitemapFactory
Read onlyYes
FinalYes
Resolves the data provider configured for a sitemap and lets it build the sitemap.
this class is not part of TYPO3's Core API.
Table of Contents
Methods
- __construct() : mixed
- create() : XmlSitemap
Methods
__construct()
public
__construct(ServiceLocator<string|int, XmlSitemapDataProviderInterface> $dataProviders) : mixed
Parameters
- $dataProviders : ServiceLocator<string|int, XmlSitemapDataProviderInterface>
create()
public
create(string $dataProviderClassName, XmlSitemapRequest $sitemapRequest) : XmlSitemap
Parameters
- $dataProviderClassName : string
- $sitemapRequest : XmlSitemapRequest