Function Hook_import_phpbb3->_import_perm
Definitions
sources/hooks/modules/admin_import/phpbb3.php
- Helper function to import a permission to a usergroup, from a specific phpBB option row.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$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 |
$option_id | integer | required parameter | N/A | N/A | Option row ID |
$group_id | GROUP | required parameter | N/A | N/A | Group it applies to |
$forum_id | AUTO_LINK | required parameter | N/A | N/A | Forum it applies to |
$auth_setting | BINARY | required parameter | N/A | N/A | Setting |