• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/servicebase.php
  • Класс: BitrixCalendarSyncManagersServiceBase
  • Вызов: ServiceBase::__construct
public function __construct(Connection $connection)
{
	$this->connection = $connection;
	$this->serviceName = $this->connection->getVendor()->getCode();
}