• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/model.php
  • Класс: BitrixReportVisualConstructorInternalModel
  • Вызов: Model::getConvertedMapAttributesToOrmFields
private function getConvertedMapAttributesToOrmFields()
{
	$result = array();
	$fieldsMap = static::getMapAttributes();
	foreach ($fieldsMap as $ormFieldName => $objectProperty)
	{
		$result[$ormFieldName] = $this->{$objectProperty};
	}
	return $result;
}