• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Dto/Validator/HasNotRedundantFields.php
  • Класс: Bitrix\Crm\Dto\Validator\HasNotRedundantFields
  • Вызов: HasNotRedundantFields::__construct
public function __construct(Dto $dto, array $propertiesNames)
{
	parent::__construct($dto);
	$this->propertiesNames = $propertiesNames;
}