Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс SitemapIblock

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

static __callStatic ($name, $arguments)
 
static prepareUrlToReplace ($url, $siteId=NULL)
 

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

static checkElement (&$fields)
 
static actionUpdate ($data, $element)
 
static actionDelete ($data)
 
static actionAdd ($name, $fields)
 

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

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

Методы

◆ __callStatic()

static __callStatic ( $name,
$arguments )
static

Event handler for multiple IBlock events

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

◆ actionAdd()

static actionAdd ( $name,
$fields )
staticprotected

Processes actions on IBlock element or section add.

Аргументы
string$nameEvent handler name.
array$fieldsElement/section fields.

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

◆ actionDelete()

static actionDelete ( $data)
staticprotected

Processes actions on IBlock element or section delete.

Аргументы
array$dataData got from SitemapIblockTable::getByIblock() + element/section data + prev link data got from event handler.

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

◆ actionUpdate()

static actionUpdate ( $data,
$element )
staticprotected

Processes actions on IBlock element or section update

Аргументы
array$dataData got from SitemapIblockTable::getByIblock() + element/section data + prev link data got from event handler.
bool$elementElement or section.

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

◆ checkElement()

static checkElement ( & $fields)
staticprotected

Checks if element is a real element, not a workflow item

Аргументы
array$fieldsElement fields.
Возвращает
bool

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

◆ prepareUrlToReplace()

static prepareUrlToReplace ( $url,
$siteId = NULL )
static

Replace some parts of URL-template, then not correct processing in replaceDetailUrl.

Аргументы
string$url- String of URL-template.
null$siteId- In NULL - #SERVER_NAME# will not replaced.
Возвращает
mixed|string

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