• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/conditiongroup.php
  • Класс: BitrixBizprocAutomationEngineConditionGroup
  • Вызов: ConditionGroup::setType
public function setType($type)
{
	if ($type === static::TYPE_FIELD || $type === static::TYPE_MIXED)
	{
		$this->type = $type;
	}
	return $this;
}