Contact::getContactPersonFullName

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Contact
  4. getContactPersonFullName
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/catalog/contractor/contact.php
  • Класс: Bitrix\Crm\Integration\Catalog\Contractor\Contact
  • Вызов: Contact::getContactPersonFullName
public function getContactPersonFullName(): ?string
{
	$result = $this->contact->getFullName() ?: $this->contact->getName();

	return (string)$result;
}

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