Function CMSPermissionsScannerWindows->output_issue
Definitions
sources/file_permissions_check.php
- Create an issue message.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The path the message is about |
$result_type | integer | required parameter | N/A | N/A | A RESULT_TYPE_* constant |
$operator | string | required parameter | N/A | N/A | The operator involved |
$sid | string | required parameter | N/A | N/A | The Sid the permission is for |
$perms_involved | array | required parameter | N/A | N/A | The permissions the issue is about |
Return
- A pair: The message, A command (which may be null)
- Type: array
- Set: N/A
- Range: N/A