Function CMSPermissionsScannerSimplified->process_node
Definitions
sources/file_permissions_check.php
- Process a file or directory for permission checks.
- 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 absolute path |
$rel_path | PATH | required parameter | N/A | N/A | The relative path to the file |
$is_directory | boolean | required parameter | N/A | N/A | Whether this is a directory |
$paths | array | [] | N/A | N/A | Paths with issues (inverse list), returned by reference |
$found_any_issue | boolean | False | N/A | N/A | Whether any issues were found, returned by reference |
Return
- A tuple: Messages to show, Commands to run, Paths with issues
- Type: array
- Set: N/A
- Range: N/A