Function CMSPermissionsScannerWindows->output_issue_reset
Definitions
sources/file_permissions_check.php
- Create an issue message about resetting permissions.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$path | PATH | No | No | required parameter | N/A | N/A | The path the message is about |
$sid | string | No | No | required parameter | N/A | N/A | The Sid the permissions are for |
Returns
- A pair: The message, A command
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Create an issue message about resetting permissions.
*
* @param PATH $path The path the message is about
* @param string $sid The Sid the permissions are for
* @return array A pair: The message, A command
*/
protected function output_issue_reset(string $path, string $sid) : array
* Create an issue message about resetting permissions.
*
* @param PATH $path The path the message is about
* @param string $sid The Sid the permissions are for
* @return array A pair: The message, A command
*/
protected function output_issue_reset(string $path, string $sid) : array