PHP Interface Sulu\Bundle\WebsiteBundle\Sitemap\WebspaceSitemapInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
addLocalization ( string $localization ) Add a webspace localization.
getDefaultLocalization ( ) : string Get Webspace Default Localization.
getLocalizations ( ) : string[] Get the webspace localizations.
getSitemap ( ) : array Get the generated Sitemap.
getWebspaceKey ( ) : string Get the webspaceKey.
removeLocalization ( string $localization ) Remove a webspace localization.
setDefaultLocalization ( string $defaultLocalization ) Set Webspace Default Localization.
setLocalizations ( string[] $localizations ) Set the webspace localizations.
setSitemap ( array $sitemap ) Set the generated Sitemap.
setWebspaceKey ( string $webspaceKey ) Set the webspaceKey.

Method Details

addLocalization() public méthode

Add a webspace localization.
public addLocalization ( string $localization )
$localization string

getDefaultLocalization() public méthode

Get Webspace Default Localization.
public getDefaultLocalization ( ) : string
Résultat string

getLocalizations() public méthode

Get the webspace localizations.
public getLocalizations ( ) : string[]
Résultat string[]

getSitemap() public méthode

Get the generated Sitemap.
public getSitemap ( ) : array
Résultat array

getWebspaceKey() public méthode

Get the webspaceKey.
public getWebspaceKey ( ) : string
Résultat string

removeLocalization() public méthode

Remove a webspace localization.
public removeLocalization ( string $localization )
$localization string

setDefaultLocalization() public méthode

Set Webspace Default Localization.
public setDefaultLocalization ( string $defaultLocalization )
$defaultLocalization string

setLocalizations() public méthode

Set the webspace localizations.
public setLocalizations ( string[] $localizations )
$localizations string[]

setSitemap() public méthode

Set the generated Sitemap.
public setSitemap ( array $sitemap )
$sitemap array

setWebspaceKey() public méthode

Set the webspaceKey.
public setWebspaceKey ( string $webspaceKey )
$webspaceKey string