Function __global->cron_bridge_script

Definitions

sources/cron.php

  • Script to perform system scheduler hooks called by (usually) the real Cron.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$caller PATH No No required parameter N/A N/A File path of the cron_bridge.php script

Preview

Code (PHP)

/**
 * Script to perform system scheduler hooks called by (usually) the real Cron.
 *
 * @param  PATH $caller File path of the cron_bridge.php script
 */

function cron_bridge_script(string $caller)