• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/dashboard.php
  • Класс: BitrixReportVisualConstructorEntityDashboard
  • Вызов: Dashboard::getMapReferenceAttributes
static function getMapReferenceAttributes()
{
	return array(
		'rows' => array(
			'type' => Common::ONE_TO_MANY,
			'targetEntity' => DashboardRow::getClassName(),
			'mappedBy' => 'dashboard'
		),
	);
}