• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/builders/buildersectionconnectionfromexternalsection.php
  • Класс: BitrixCalendarSyncGoogleBuildersBuilderSectionConnectionFromExternalSection
  • Вызов: BuilderSectionConnectionFromExternalSection::build
public function build()
{
	return (new SectionConnection())
		->setVendorSectionId($this->externalSection['id'])
		->setConnection($this->connection)
		->setLastSyncStatus(Dictionary::SYNC_STATUS['success'])
		->setVersionId($this->externalSection['etag'])
		->setSection($this->section)
		->setOwner($this->section->getOwner())
	;
}