Function __global->_handle_corrupt_override

Definitions

sources/override_api.php

  • Error handler for a corrupt override.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$fail_ok boolean No No required parameter N/A N/A Whether a failure should attach a message (false: a failure should cause a critical error)

Preview

Code (PHP)

/**
 * Error handler for a corrupt override.
 *
 * @param  boolean $fail_ok Whether a failure should attach a message (false: a failure should cause a critical error)
 */

function _handle_corrupt_override(bool $fail_ok)