• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/connection/connection.php
  • Класс: BitrixCalendarSyncConnectionConnection
  • Вызов: Connection::getSectionCollection
public function getSectionCollection(): SectionCollection
{
	// if ($this->sectionCollection === null)
	// {
	// 	// TODO: implement it
	// 	$this->sectionCollection = Conn
	// }
	return $this->sectionCollection;
}