• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/History/ActionFactory.php
  • Класс: BitrixLandingHistoryActionFactory
  • Вызов: ActionFactory::getDirectionName
static function getDirectionName(?bool $undo = false): string
{
	return $undo ? self::UNDO : self::REDO;
}