• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/model.php
  • Класс: BitrixReportVisualConstructorInternaldeveloped
  • Вызов: developed::load
static function load($filter, array $with = array(), $order = array())
{
	$models = static::getModelList(array(
		'select' => array('*'),
		'filter' => $filter,
		'with' => $with,
		'order' => $order
	));
	return array_shift($models);
}