Метод | Описание | |
---|---|---|
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. |
public addLocalization ( string $localization ) | ||
$localization | string |
public getDefaultLocalization ( ) : string | ||
Результат | string |
public getLocalizations ( ) : string[] | ||
Результат | string[] |
public getSitemap ( ) : array | ||
Результат | array |
public getWebspaceKey ( ) : string | ||
Результат | string |
public removeLocalization ( string $localization ) | ||
$localization | string |
public setDefaultLocalization ( string $defaultLocalization ) | ||
$defaultLocalization | string |
public setLocalizations ( string[] $localizations ) | ||
$localizations | string[] |
public setSitemap ( array $sitemap ) | ||
$sitemap | array |
public setWebspaceKey ( string $webspaceKey ) | ||
$webspaceKey | string |