Function Hook_import_smf2->fill_static_perms_all
Definitions
sources/hooks/modules/admin_import/smf2.php
- Fills the static_perm_arr with profile permissions for all software groups.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$pid | integer | required parameter | N/A | N/A | Profile ID to use |
$fid | integer | required parameter | N/A | N/A | Forum ID to use |
$db | object | required parameter | N/A | N/A | The database connector to import from |
$table_prefix | string | required parameter | N/A | N/A | The table prefix the target prefix is using |