Function __global->install_addon
Definitions
sources/addons2.php
- Install an addon.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$file | string | required parameter | N/A | N/A | Name of the addon TAR file |
$files | ?array | Null | N/A | N/A | The files to install (null: all) |
$do_files | boolean | True | N/A | N/A | Do file part |
$do_db | boolean | True | N/A | N/A | Do DB part |
$clear_caches | boolean | True | N/A | N/A | Whether to clear caches |