Открытые статические члены | |
static | getTableName () |
static | getMap () |
static | clearBySitemap ($sitemapId) |
static | getByIblock ($fields, $itemType) |
static | checkSection ($sectionId, $sectionSettings, $defaultValue) |
Открытые атрибуты | |
const | ACTIVE = 'Y' |
const | INACTIVE = 'N' |
const | TYPE_ELEMENT = 'E' |
const | TYPE_SECTION = 'S' |
Статические защищенные данные | |
static | $iblockCache = array() |
Class SitemapIblockTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION @method static EO_SitemapIblock_Query query() @method static EO_SitemapIblock_Result getByPrimary($primary, array $parameters = array()) @method static EO_SitemapIblock_Result getById($id) @method static EO_SitemapIblock_Result getList(array $parameters = array()) @method static EO_SitemapIblock_Entity getEntity() @method static \Bitrix\Seo\EO_SitemapIblock createObject($setDefaultValues = true) @method static \Bitrix\Seo\EO_SitemapIblock_Collection createCollection() @method static \Bitrix\Seo\EO_SitemapIblock wakeUpObject($row) @method static \Bitrix\Seo\EO_SitemapIblock_Collection wakeUpCollection($rows)
См. определение в файле sitemapiblock.php строка 29
|
static |
Checks if section $sectionId should be added to sitemap.
int | $sectionId | Section ID. |
array | $sectionSettings | Sitemap section settings array. |
bool | $defaultValue | Default value for situation of settings absence. |
См. определение в файле sitemapiblock.php строка 203
|
static |
Clears all iblock links on sitemap settings deletion.
int | $sitemapId | Sitemap settings ID. |
См. определение в файле sitemapiblock.php строка 90
|
static |
Returns array of data for sitemap update due to some iblock action.
array | $fields | Iblock element or section fields array. |
string | $itemType | SitemapIblockTable::TYPE_ELEMENT || SitemapIblockTable::TYPE_SECTION. |
Bitrix\Main\ArgumentException
См. определение в файле sitemapiblock.php строка 109
|
static |
|
static |
Returns DB table name for entity.
См. определение в файле sitemapiblock.php строка 44
|
staticprotected |
См. определение в файле sitemapiblock.php строка 37
const ACTIVE = 'Y' |
См. определение в файле sitemapiblock.php строка 31
const INACTIVE = 'N' |
См. определение в файле sitemapiblock.php строка 32
const TYPE_ELEMENT = 'E' |
См. определение в файле sitemapiblock.php строка 34
const TYPE_SECTION = 'S' |
См. определение в файле sitemapiblock.php строка 35