• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/builders/buildersectionconnectionfromdm.php
  • Класс: BitrixCalendarSyncBuildersBuilderSectionConnectionFromDM
  • Вызов: BuilderSectionConnectionFromDM::build
public function build()
{
	return (new SectionConnection())
		->setActive($this->getIsActive())
		->setId($this->getId())
		->setLastSyncDate($this->getLastSyncDate())
		->setLastSyncStatus($this->getLastSyncStatus())
		->setPageToken($this->getPageToken())
		->setSection($this->getSection())
		->setSyncToken($this->getSyncToken())
		->setVersionId($this->getVersionId())
		->setVendorSectionId($this->getVendorSectionId())
		->setConnection($this->getConnection())
	;
}