ContactToFactory::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ContactToFactory
  4. __construct
  • Модуль: 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;
}

Добавить комментарий