Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс SitemapTable
+ Граф наследования:SitemapTable:

Открытые статические члены

static getFilePath ()
 
static getTableName ()
 
static getMap ()
 
static prepareSettings ($arSettings)
 
static fullDelete (int $id)
 

Открытые атрибуты

const SETTINGS_DEFAULT_FILE_MASK = '*.php,*.html'
 
const ACTIVE = 'Y'
 
const INACTIVE = 'N'
 

Защищенные статические члены

static compileMask ($mask)
 

Подробное описание

См. определение в файле Sitemap.php строка 11

Методы

◆ compileMask()

static compileMask ( $mask)
staticprotected

См. определение в файле Sitemap.php строка 63

◆ fullDelete()

static fullDelete ( int $id)
static

Delete sitemap and all related settings

Аргументы
int$id
Возвращает
void
Исключения

Exception

См. определение в файле Sitemap.php строка 189

◆ getFilePath()

static getFilePath ( )
static

См. определение в файле Sitemap.php строка 18

◆ getMap()

static getMap ( )
static

См. определение в файле Sitemap.php строка 28

◆ getTableName()

static getTableName ( )
static

См. определение в файле Sitemap.php строка 23

◆ prepareSettings()

static prepareSettings ( $arSettings)
static

Gets settings from admin page and returns filtered version

Аргументы
$arSettings
Возвращает
array

См. определение в файле Sitemap.php строка 102

Данные класса

◆ ACTIVE

const ACTIVE = 'Y'

См. определение в файле Sitemap.php строка 15

◆ INACTIVE

const INACTIVE = 'N'

См. определение в файле Sitemap.php строка 16

◆ SETTINGS_DEFAULT_FILE_MASK

const SETTINGS_DEFAULT_FILE_MASK = '*.php,*.html'

См. определение в файле Sitemap.php строка 13