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

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

공개 메소드들

메소드 설명
__construct ( Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface $sitemapProviderPool, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $engine )
renderIndex ( $domain = null, $scheme = null )
renderSitemap ( $alias, $page, $locale, Portal $portal, $host, $scheme )

비공개 메소드들

메소드 설명
needsIndex ( ) : boolean Returns true if a index exists.
render ( string $view, array $parameters = [] ) : string Renders a view.

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface $sitemapProviderPool, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $engine )
$sitemapProviderPool Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface
$engine Symfony\Bundle\FrameworkBundle\Templating\EngineInterface

renderIndex() 공개 메소드

public renderIndex ( $domain = null, $scheme = null )

renderSitemap() 공개 메소드

public renderSitemap ( $alias, $page, $locale, Portal $portal, $host, $scheme )
$portal Sulu\Component\Webspace\Portal