• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/history.php
  • Класс: BitrixLandingHistory
  • Вызов: History::canRedo
protected function canRedo(): bool
{
	return
		$this->step >= 0
		&& $this->getStackCount() > 0
		&& $this->step < $this->getStackCount()
	;
}