Function Hook_import_phpbb3->_translate_permission
Definitions
sources/hooks/modules/admin_import/phpbb3.php
- Helper function to translate phpBB permissions to software permissions.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$perm | string | required parameter | N/A | N/A | Old perm |
Return
- New perm (null: could not convert)
- Type: ?string
- Set: N/A
- Range: N/A