Function __global->_handle_permission_check_logging
Definitions
sources/permissions2.php
- Log permission checks to the permission_checks.log file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The user checking against |
$op | ID_TEXT | required parameter | N/A | N/A | The function that was called to check a permission |
$params | array | required parameter | N/A | N/A | Parameters to this permission-checking function |
$result | boolean | required parameter | N/A | N/A | Whether the permission was held |