• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile/stresslevel/img.php
  • Класс: BitrixIntranetComponentUserProfileStressLevelImg
  • Вызов: Img::getImageSupport
public function getImageSupport($checkSSL = true)
{
	return (
		class_exists('Imagick')
		&& (BitrixMainContext::getCurrent()->getRequest()->isHttps() || !$checkSSL)
	);
}