• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/entity_helper.php
  • Класс: \CCrmEntityHelper
  • Вызов: CCrmEntityHelper::extractArrayFromParams
static function extractArrayFromParams(array $params, string $key): array
{
	if (isset($params[$key]) && is_array($params[$key]))
	{
		return $params[$key];
	}

	return [];
}