Function __global->require_code__bootstrap

Definitions

sources/bootstrap.php

  • Require in come code in safe mode (ignore overrides, except _custom files if an original does not exist).This also supports the file array for the quick installer.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$codename ID_TEXT No No required parameter N/A N/A The sources script to load

Preview

Code (PHP)

/**
 * Require in come code in safe mode (ignore overrides, except _custom files if an original does not exist).This also supports the file array for the quick installer.
 *
 * @param  ID_TEXT $codename The sources script to load
 */

function require_code__bootstrap(string $codename)