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

	return $this;
}