• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/History/Action/BaseAction.php
  • Класс: BitrixLandingHistoryActionBaseAction
  • Вызов: BaseAction::enrichParams
static function enrichParams(array $params): array;

/**
 * If need - do preliminary operations before del from table
 * @return bool
 */
public function delete(): bool
{
	return true;
}