Your IP : 172.69.214.233


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/seo/lib/retargeting/
Upload File :
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;

}