PHP 클래스 Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapDumper

상속: implements Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapDumperInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapRendererInterface $sitemapRenderer, Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface $sitemapProviderPool, Symfony\Component\Filesystem\Filesystem $filesystem, string $baseDirectory, string $defaultHost )
dumpPortalInformation ( PortalInformation $portalInformation, $scheme )
getDumpPath ( $scheme, $webspaceKey, $locale, $url, $alias, $page )
getIndexDumpPath ( $scheme, $webspaceKey, $locale, $url )

비공개 메소드들

메소드 설명
dumpFile ( string $filePath, string $content ) Dump content into given filename.
dumpProviderSitemap ( string $alias, PortalInformation $portalInformation, string $scheme ) Render sitemap for provider.

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapRendererInterface $sitemapRenderer, Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface $sitemapProviderPool, Symfony\Component\Filesystem\Filesystem $filesystem, string $baseDirectory, string $defaultHost )
$sitemapRenderer Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapRendererInterface
$sitemapProviderPool Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface
$filesystem Symfony\Component\Filesystem\Filesystem
$baseDirectory string
$defaultHost string

dumpPortalInformation() 공개 메소드

public dumpPortalInformation ( PortalInformation $portalInformation, $scheme )
$portalInformation Sulu\Component\Webspace\PortalInformation

getDumpPath() 공개 메소드

public getDumpPath ( $scheme, $webspaceKey, $locale, $url, $alias, $page )

getIndexDumpPath() 공개 메소드

public getIndexDumpPath ( $scheme, $webspaceKey, $locale, $url )