• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/ui/entityselector/dynamicmultipleprovider.php
  • Класс: Bitrix\Crm\Integration\UI\EntitySelector\DynamicMultipleProvider
  • Вызов: DynamicMultipleProvider::__construct
public function __construct(array $options = [])
{
	parent::__construct();

	Container::getInstance()->getLocalization()->loadMessages();

	if (!isset($options['dynamicTypeIds']) || !is_array($options['dynamicTypeIds']))
	{
		$options['dynamicTypeIds'] = $this->loadDynamicTypeIds();
	}

	$this->options['dynamicTypeIds'] = $this->prepareDynamicTypeIds($options['dynamicTypeIds']);
}