• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/section.php
  • Класс: BitrixCalendarCoreSectionSection
  • Вызов: Section::setOwner
public function setOwner(?Role $owner): Section
{
	$this->owner = $owner;

	return $this;
}