• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/component/basecomponent.php
  • Класс: BitrixTimemanComponentBaseComponent
  • Вызов: BaseComponent::__construct
public function __construct($component = null)
{
	parent::__construct($component);
	$this->arResult['isSlider'] = $this->getRequest()->get('IFRAME') === 'Y';
}