• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/contact.php
  • Класс: Bitrix\Crm\Contact
  • Вызов: Contact::getFormattedName
public function getFormattedName(): string
{
	return CCrmContact::PrepareFormattedName([
		'HONORIFIC' => $this->getHonorific(),
		'NAME' => $this->getName(),
		'LAST_NAME' => $this->getLastName(),
		'SECOND_NAME' => $this->getSecondName(),
	]);
}