• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/repo.php
  • Класс: BitrixLandingRepo
  • Вызов: Repo::getById
static function getById($id)
{
	return parent::getList(array(
		'filter' => array(
			'ID' => $id
		)
	));
}