Function CMSPermissionsScannerWindows->output_issue_disable_inheritance
Definitions
sources/file_permissions_check.php
- Create an issue message about disabling inheritance.
- 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 |
Returns
- A pair: The message, A comman
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Create an issue message about disabling inheritance.
*
* @param PATH $path The path the message is about
* @return array A pair: The message, A comman
*/
protected function output_issue_disable_inheritance(string $path) : array
* Create an issue message about disabling inheritance.
*
* @param PATH $path The path the message is about
* @return array A pair: The message, A comman
*/
protected function output_issue_disable_inheritance(string $path) : array