См. определение в файле sitemapiblock.php строка 228
◆ __callStatic()
static __callStatic |
( |
| $name, |
|
|
| $arguments ) |
|
static |
◆ actionAdd()
static actionAdd |
( |
| $name, |
|
|
| $fields ) |
|
staticprotected |
Processes actions on IBlock element or section add.
- Аргументы
-
string | $name | Event handler name. |
array | $fields | Element/section fields. |
См. определение в файле sitemapiblock.php строка 493
◆ actionDelete()
static actionDelete |
( |
| $data | ) |
|
|
staticprotected |
Processes actions on IBlock element or section delete.
- Аргументы
-
array | $data | Data 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 | $data | Data got from SitemapIblockTable::getByIblock() + element/section data + prev link data got from event handler. |
bool | $element | Element or section. |
См. определение в файле sitemapiblock.php строка 392
◆ checkElement()
static checkElement |
( |
& | $fields | ) |
|
|
staticprotected |
Checks if element is a real element, not a workflow item
- Аргументы
-
array | $fields | Element 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