Function CMSPermissionsScanner->set_live_output

Definitions

sources/file_permissions_check.php

  • Set whether to show live output, 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_output boolean No No required parameter N/A N/A Whether to output live

Preview

Code (PHP)

/**
 * Set whether to show live output, rather than just returning at the end.
 *
 * @param  boolean $live_output Whether to output live
 */

public function set_live_output(bool $live_output)