• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/access/model/sectionmodel.php
  • Класс: BitrixCalendarAccessModelSectionModel
  • Вызов: SectionModel::setOwnerId
public function setOwnerId(int $ownerId): self
{
	$this->ownerId = $ownerId;
	return $this;
}