• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/builders/rooms/roombuilder.php
  • Класс: BitrixCalendarCoreBuildersRoomsRoomBuilder
  • Вызов: RoomBuilder::getCategoryId
function getCategoryId();

/**
 * @return Room
 */
protected function getBaseRoom(): Room
{
	if(empty($this->room))
	{
		$this->room = new Room();
	}

	return $this->room;
}