• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/checkout/services/accountyandex.php
  • Класс: BitrixSeoCheckoutServicesAccountYandex
  • Вызов: AccountYandex::isHttps
private function isHttps(WebUri $url)
{
	return ($url->getScheme() === 'https' ? true : false);
}