• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/model.php
  • Класс: BitrixReportVisualConstructorInternaldeveloped
  • Вызов: developed::loadById
static function loadById($id)
{
	$entity = static::load(array('ID' => $id));
	return $entity;
}