Base::getAgentName

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. getAgentName
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/background/base.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Background\Base
  • Вызов: Base::getAgentName
protected function getAgentName(): string
{
	return $this->getAgentNameFilterPrefix() . $this->getUserId() . ');';
}

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