• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/rooms/room.php
  • Класс: BitrixCalendarRoomsRoom
  • Вызов: Room::setLocationId
public function setLocationId(?int $locationId = null): Room
{
	$this->locationId = $locationId;

	return $this;

}