• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/ui/helper.php
  • Класс: BitrixImopenlinesUiHelper
  • Вызов: Helper::getStatisticStepper
static function getStatisticStepper()
{
	$res = array(
		"imopenlines" => array('BitrixImopenlinesUpdateSession')
	);

	return Stepper::getHtml($res, Loc::getMessage('IMOL_UI_HELPER_STAT_INDEX'));
}