• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/services/accountvkontakte.php
  • Класс: BitrixSeoLeadAdsServicesAccountVkontakte
  • Вызов: AccountVkontakte::getRowById
public function getRowById(string $id)
{
	$list = $this->getList();
	while ($row = $list->fetch())
	{
		if ($row['ID'] === $id)
		{
			return $row;
		}
	}

	return null;
}