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

	return $this;
}