• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/builders/buildersectionconnectionfromexternalsection.php
  • Класс: BitrixCalendarSyncGoogleBuildersBuilderSectionConnectionFromExternalSection
  • Вызов: BuilderSectionConnectionFromExternalSection::__construct
public function __construct(array $externalSection, Section  $section, Connection $connection)
{
	$this->externalSection = $externalSection;
	$this->section = $section;
	$this->connection = $connection;
}