Your IP : 3.15.214.230


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/seo/lib/checkout/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/seo/lib/checkout/iservice.php

<?php

namespace Bitrix\Seo\Checkout;

/**
 * Interface IService
 * @package Bitrix\Seo\Checkout
 */
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);
}