• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/base.php
  • Класс: Bitrix\Crm\Controller\Base
  • Вызов: Base::convertValuesToUpper
protected function convertValuesToUpper(array $data): array
{
	$converter = new Converter(Converter::TO_UPPER | Converter::VALUES | Converter::TO_SNAKE);

	return $converter->process($data);
}