• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/FieldSet/Item.php
  • Класс: Bitrix\Crm\FieldSet\Item
  • Вызов: Item::getTitle
public function getTitle(): string
{
	return CCrmOwnerType::resolveName($this->entityTypeId)
		. ' / '
		. CCrmOwnerType::resolveName($this->clientEntityTypeId)
		. ($this->getId() ? ' #' . $this->getId() : '')
	;
}