PHP Interface Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtensionInterface

Inheritance: extends Twig_ExtensionInterface
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
sitemapFunction ( $locale = null, $webspaceKey = null ) Returns full sitemap of webspace and language from the content.
sitemapUrlFunction ( $url, $locale = null, $webspaceKey = null ) Returns prefixed resourcelocator with the url and locale.

Method Details

sitemapFunction() public méthode

Returns full sitemap of webspace and language from the content.
public sitemapFunction ( $locale = null, $webspaceKey = null )

sitemapUrlFunction() public méthode

Returns prefixed resourcelocator with the url and locale.
public sitemapUrlFunction ( $url, $locale = null, $webspaceKey = null )