Function Hook_import_cms_merge->_import_f_member_cpf_perms
Definitions
sources/hooks/modules/admin_import/cms_merge.php
- Import CPF permissions.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $db | object | No | No | required parameter | N/A | N/A | The database connector to import from |
| $table_prefix | string | No | No | required parameter | N/A | N/A | The table prefix the target prefix is using |
Preview
Code (PHP)
/**
* Import CPF permissions.
*
* @param object $db The database connector to import from
* @param string $table_prefix The table prefix the target prefix is using
*/
protected function _import_f_member_cpf_perms(object $db, string $table_prefix)
* Import CPF permissions.
*
* @param object $db The database connector to import from
* @param string $table_prefix The table prefix the target prefix is using
*/
protected function _import_f_member_cpf_perms(object $db, string $table_prefix)

