Channel::getShortName

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Channel
  4. getShortName
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel.php
  • Класс: Bitrix\Crm\MessageSender\Channel
  • Вызов: Channel::getShortName
public function getShortName(): string
{
	if (isset($this->channelInfo['shortName']) && is_string($this->channelInfo['shortName']))
	{
		return $this->channelInfo['shortName'];
	}

	return '';
}

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