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