• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitydetails/basecomponent.php
  • Класс: Bitrix\Crm\Component\EntityDetails\BaseComponent
  • Вызов: BaseComponent::prepareEntityDataScheme
public function prepareEntityDataScheme()
{
	if($this->entityDataScheme === null)
	{
		$this->entityDataScheme = $this->getEntityFieldsInfo();
		$this->userType->PrepareFieldsInfo($this->entityDataScheme);
	}
	return $this->entityDataScheme;
}