Method |
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. |
|