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