• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/base.php
  • Класс: BitrixRpaComponentsBase
  • Вызов: Base::isIframe
protected function isIframe(): bool
{
	return ($this->request->get('IFRAME') === 'Y');
}