Function CMSPermissionsScanner->set_live_commands
Definitions
sources/file_permissions_check.php
- Set whether to run live commands, rather than just returning at the end.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$live_commands | boolean | No | No | required parameter | N/A | N/A | Whether to run commands |
Preview
Code (PHP)
/**
* Set whether to run live commands, rather than just returning at the end.
*
* @param boolean $live_commands Whether to run commands
*/
public function set_live_commands(bool $live_commands)
* Set whether to run live commands, rather than just returning at the end.
*
* @param boolean $live_commands Whether to run commands
*/
public function set_live_commands(bool $live_commands)