PHP Interface Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapDumperInterface

Datei anzeigen Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
dumpPortalInformation ( PortalInformation $portalInformation, string $scheme ) Dump sitemaps for given portal-information.
getDumpPath ( string $scheme, string $webspaceKey, string $locale, string $url, string $alias, integer $page ) : string Returns path of sitemap.
getIndexDumpPath ( string $scheme, string $webspaceKey, string $locale, string $url ) : string Returns path of sitemap-index.

Method Details

dumpPortalInformation() public method

Dump sitemaps for given portal-information.
public dumpPortalInformation ( PortalInformation $portalInformation, string $scheme )
$portalInformation Sulu\Component\Webspace\PortalInformation
$scheme string

getDumpPath() public method

Returns path of sitemap.
public getDumpPath ( string $scheme, string $webspaceKey, string $locale, string $url, string $alias, integer $page ) : string
$scheme string
$webspaceKey string
$locale string
$url string
$alias string
$page integer
return string

getIndexDumpPath() public method

Returns path of sitemap-index.
public getIndexDumpPath ( string $scheme, string $webspaceKey, string $locale, string $url ) : string
$scheme string
$webspaceKey string
$locale string
$url string
return string