Function __global->upgrade_addons

Definitions

sources/upgrade_db_upgrade.php

  • Upgrade all addons, modules, and blocks.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$from_cms_version float required parameter N/A N/A From which version of the software we are upgrading
$offset integer required parameter N/A N/A The offset of modules / blocks / addons, passed by reference and must be no lower than 2

Return

  • List of upgraded/installed modules/blocks (we only run one at a time)
  • Type: string
  • Set: N/A
  • Range: N/A