• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/model.php
  • Класс: BitrixReportVisualConstructorInternaldeveloped
  • Вызов: developed::buildFromArray
static function buildFromArray(array $attributes, $parentEntity = null)
{
	/** @var Model $model */
	$model = new static;
	return $model->setAttributes($attributes, $parentEntity);
}