• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitymanagefacility.php
  • Класс: Bitrix\Crm\EntityManageFacility
  • Вызов: EntityManageFacility::__construct
public function __construct(ActualEntitySelector $selector = null)
{
	if (!$selector)
	{
		$selector = new ActualEntitySelector();
	}

	$this->selector = $selector;

	$this->setUpdateClientMode(self::UPDATE_MODE_MERGE);
	$this->isAutoGenRcEnabled = LeadSettings::getCurrent()->isAutoGenRcEnabled();
	$this->isLeadEnabled = LeadSettings::getCurrent()->isEnabled();
	$this->registeredEntities = new Identificator\ComplexCollection();
}