Function CMSPermissionsScannerWindows->_has_complete_execute_setting

Definitions

sources/file_permissions_check.php

  • Find if complete execute access is set for the given ACE.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$permissions array No No required parameter N/A N/A The ACE
&$permissions_involved array Yes No required parameter N/A N/A A list of permissions involved, returned by reference

Returns

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find if complete execute access is set for the given ACE.
 *
 * @param  array $permissions The ACE
 * @param  array $permissions_involved A list of permissions involved, returned by reference
 * @return boolean Whether it is
 */

protected function _has_complete_execute_setting(array $permissions, array &$permissions_involved) : bool