• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/type/multifield.php
  • Класс: Bitrix\Crm\Integrity\Volatile\Type\MultiField
  • Вызов: MultiField::__construct
public function __construct(int $volatileTypeId, int $entityTypeId, string $type)
{
	parent::__construct($volatileTypeId, $entityTypeId);
	$this->fieldCategory = FieldCategory::MULTI;
	$this->type = $type;
}