• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/WebForm/Scenario/DependencyScenario/DependencyItem.php
  • Класс: Bitrix\Crm\Service\WebForm\Scenario\DependencyScenario\DependencyItem
  • Вызов: DependencyItem::__construct
private function __construct(array $list, string $logic = 'or', int $type =  FieldDepGroupTable::TYPE_DEF)
{
	$this->logic = $logic;
	$this->list = $list;
	$this->type = $type;
}