| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/seo/lib/retargeting/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/seo/lib/retargeting/paginginterface.php |
<?php
namespace Bitrix\Seo\Retargeting;
interface PagingInterface
{
/**
* Prepare params to next request
* @param array $params
*
* @return array|null
*/
public function prepareRequestParams(array $params) : ?array;
}