• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/model.php
  • Класс: BitrixReportVisualConstructorInternalModel
  • Вызов: Model::getList
static function getList(array $parameters)
{
	/** @var DataManager $tableClass */
	$tableClass = static::getTableClassName();
	return $tableClass::getList(static::prepareGetListParameters($parameters));
}