• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/channel/externaltracker.php
  • Класс: Bitrix\Crm\Integration\Channel\ExternalTracker
  • Вызов: ExternalTracker::getConnectorInfos
public function getConnectorInfos()
{
	if($this->connectorInfos !== null)
	{
		return $this->connectorInfos;
	}
	return ($this->connectorInfos = ExternalChannel::getListActiveConnector(self::resolveExternalChannelTypeID($this->getTypeID())));
}