• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/document.php
  • Класс: BitrixDocumentGeneratorDocument
  • Вызов: Document::getValues
protected function getValues(array $fieldNames): array
{
	$values = [];
	foreach($fieldNames as $fieldName)
	{
		$values[$fieldName] = $this->normalizeValue($this->getValue($fieldName));
	}

	return $values;
}