SitemapTable extends DataManager
Table of Contents
Constants
- ACTIVE = 'Y'
- INACTIVE = 'N'
- SETTINGS_DEFAULT_FILE_MASK = '*.php,*.html'
Methods
- fullDelete() : void
- Delete sitemap and all related settings
- getFilePath() : mixed
- getMap() : mixed
- getTableName() : mixed
- prepareSettings() : array<string|int, mixed>
- Gets settings from admin page and returns filtered version
Constants
ACTIVE
public
mixed
ACTIVE
= 'Y'
INACTIVE
public
mixed
INACTIVE
= 'N'
SETTINGS_DEFAULT_FILE_MASK
public
mixed
SETTINGS_DEFAULT_FILE_MASK
= '*.php,*.html'
Methods
fullDelete()
Delete sitemap and all related settings
public
static fullDelete(int $id) : void
Parameters
- $id : int
Tags
getFilePath()
public
static getFilePath() : mixed
getMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
prepareSettings()
Gets settings from admin page and returns filtered version
public
static prepareSettings(mixed $arSettings) : array<string|int, mixed>
Parameters
- $arSettings : mixed