• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/AssociatedEntityModel.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\AssociatedEntityModel
  • Вызов: AssociatedEntityModel::get
public function get(string $fieldName)
{
	return $this->fieldsValues[$fieldName] ?? null;
}