• Модуль: ml
  • Путь к файлу: ~/bitrix/modules/ml/lib/model.php
  • Класс: BitrixMlModel
  • Вызов: Model::load
static function load($id)
{
	return ModelTable::getList([
		"filter" => [
			"=ID" => $id
		]
	])->fetchObject();
}