• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/StorageStrategy/ContactToFactory.php
  • Класс: Bitrix\Crm\Relation\StorageStrategy\ContactToFactory
  • Вызов: ContactToFactory::__construct
public function __construct(Service\Factory $childFactory)
{
	if (!$childFactory->isClientEnabled())
	{
		throw new ArgumentException('Client is disabled in the provided factory', 'childFactory');
	}

	$this->childFactory = $childFactory;
}