• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/History/Action/BaseAction.php
  • Класс: BitrixLandingHistoryActionBaseAction
  • Вызов: BaseAction::isNeedPush
public function isNeedPush(): bool
{
	// todo: compare valuebefore||valueafter (see examples in some actions)
	return !empty($this->params);
}