# ForumSiteTable

URL: https://chugunov.pro/api-bitrix/forum/forumsitetable/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Forum\ForumSiteTable`
Модуль: Forum.

## Описание

Поля:

FORUM_ID int обязательное

SITE_ID char(2) обязательное

PATH2FORUM_MESSAGE string(250)

FORUM ссылка на [](\Bitrix\Forum\ForumTable)

SITE ссылка на [](\Bitrix\Main\SiteTable)

Исходный файл: `source/forum/lib/forumsite.php:36`

## Методы (11)

- [`static createCollection()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/createcollection/)
- [`static createObject()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/createobject/)
- [`static getById()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/getbyid/)
- [`static getByPrimary()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/getbyprimary/)
- [`static getEntity()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/getentity/)
- [`static getList()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/getlist/)
- [`static getMap()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/getmap/) — Возвращает описание карты сущности.
- [`static getTableName()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/gettablename/) — Возвращает имя таблицы БД для сущности
- [`static query()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/query/)
- [`static wakeUpCollection()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/wakeupcollection/)
- [`static wakeUpObject()`](https://chugunov.pro/api-bitrix/forum/forumsitetable/wakeupobject/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Forum-ForumSiteTable.html
