• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/response/formresponse.php
  • Класс: BitrixSeoLeadAdsResponseFormResponse
  • Вызов: FormResponse::fetchAll
public function fetchAll(): array
{
	for($fetchResult = array(); null !== $item = $this->fetch();)
	{
		$fetchResult[] = $item;
	}

	return $fetchResult;
}