Imol::getName

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Imol
  4. getName
  • Модуль: 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();
}

Добавить комментарий