...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicateentity.php
- Класс: Bitrix\Crm\Integrity\DuplicateEntity
- Вызов: DuplicateEntity::__toString
public function __toString() { $entityTypeName = \CCrmOwnerType::ResolveName($this->entityTypeID); $entityCaption = \CCrmOwnerType::IsDefined($this->entityTypeID) && $this->entityID > 0 ? \CCrmOwnerType::GetCaption($this->entityTypeID, $this->entityID, false) : ''; return "{ type: \"{$entityTypeName}\", id: {$this->entityID}, caption: \"{$entityCaption}\" }"; }