Your IP : 172.71.120.4


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/seo/lib/marketing/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/seo/lib/marketing/postlist.php

<?

namespace Bitrix\Seo\Marketing;

use Bitrix\Seo\Retargeting\BaseApiObject;

abstract class PostList extends BaseApiObject
{
	abstract public function getList($params);
}