• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/builders/rooms/roombuilderfromrequest.php
  • Класс: BitrixCalendarCoreBuildersRoomsRoomBuilderFromRequest
  • Вызов: RoomBuilderFromRequest::getCategoryId
function getCategoryId(): int
{
	return (int)$this->request->getPost('categoryId');
}