DuplicateEntity::getLegend

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. DuplicateEntity
  4. getLegend
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicateentity.php
  • Класс: Bitrix\Crm\Integrity\DuplicateEntity
  • Вызов: DuplicateEntity::getLegend
public function getLegend()
{
	if($this->info === null)
	{
		$this->prepareEntityInfo();
	}
	return $this->info['LEGEND'];
}

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