• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/tracking/channel/imol.php
  • Класс: Bitrix\Crm\Tracking\Channel\Imol
  • Вызов: Imol::getSourceId
public function getSourceId()
{
	if (!$this->isSourceDirectlyRequiredSingleChannel())
	{
		return null;
	}

	$map = static::getMapConnectorsToSources();
	$sourceCode = isset($map[$this->value]) ? $map[$this->value] : null;
	return $sourceCode ? Tracking\Internals\SourceTable::getSourceByCode($sourceCode) : null;
}