...Человеческий поиск в разработке...
- Модуль: 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; }