• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/item/smartinvoice.php
  • Класс: Bitrix\Crm\Item\SmartInvoice
  • Вызов: SmartInvoice::getTitle
public function getTitle(): ?string
{
	// this is necessary to avoid \Bitrix\Crm\Model\Dynamic\Item::getTitle() behavior
	return $this->entityObject->sysGetValue(static::FIELD_NAME_TITLE);
}