• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/rest/synchronization/loader/entity.php
  • Класс: BitrixSaleRestSynchronizationLoaderEntity
  • Вызов: Entity::getEntityTable
protected function getEntityTable()
{
	$instance = Registry::getInstance($this->getRegistryType());
	return $instance->get($this->typeName);
}