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