• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Field/Collection.php
  • Класс: Bitrix\Crm\Field\Collection
  • Вызов: Collection::removeHiddenValues
public function removeHiddenValues(array $data): array
{
	$hiddenFieldNames = $this->getHiddenFieldNames();

	return static::removeHiddenValuesByFieldNames($data, $hiddenFieldNames);
}