• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/entities/syncsection.php
  • Класс: BitrixCalendarSyncEntitiesSyncSection
  • Вызов: SyncSection::setVendorName
public function setVendorName(string $vendorName): SyncSection
{
	$this->vendorName = $vendorName;

	return $this;
}