Your IP : 172.28.240.42


Current Path : /var/www/html/clients/biblio.e-nkama.ru/bitrix/modules/seo/lib/retargeting/
Upload File :
Current File : /var/www/html/clients/biblio.e-nkama.ru/bitrix/modules/seo/lib/retargeting/iservice.php

<?

namespace Bitrix\Seo\Retargeting;

interface IService
{
	/**
	 * @param string $type
	 * @return string
	 */
	public static function getEngineCode($type);

	/**
	 * @return array
	 */
	public static function getTypes();

	/**
	 * @param string $type
	 * @return AuthAdapter
	 */
	public static function getAuthAdapter($type);
}