...Человеческий поиск в разработке...
- Модуль: landing
- Путь к файлу: ~/bitrix/modules/landing/lib/history.php
- Класс: BitrixLandingHistory
- Вызов: History::undo
public function undo(): bool { if ($this->canUndo()) { self::deactivate(); $action = $this->getActionForStep($this->step, true); if ($action && $action->execute()) { return $this->saveStep($this->step - 1); } } return false; }