• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitylist/clientfieldhelper.php
  • Класс: Bitrix\Crm\Component\EntityList\ClientFieldHelper
  • Вызов: ClientFieldHelper::getEntityClass
public function getEntityClass(): string
{
	switch ($this->entityTypeId)
	{
		case \CCrmOwnerType::Contact:
			return \CCrmContact::class;

		case \CCrmOwnerType::Company:
			return \CCrmCompany::class;
	}
}