Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/seo/lib/marketing/
Upload File :
Current File : /var/www/homesaver/www/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);
}