• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/tracking/channel/imol.php
  • Класс: Bitrix\Crm\Tracking\Channel\Imol
  • Вызов: Imol::getName
public function getName()
{
	if ($this->canUse())
	{
		$names = ImConnector\Connector::getListConnectorReal(20);
		if (isset($names[$this->getValue()]))
		{
			return $names[$this->getValue()];
		}
	}

	return parent::getName();
}