Function __global->cms_safe_exit_flow

Definitions

sources/global.php

  • Do what we need, if anything, to allow exiting without any extraneous output messing up a non-HTML request.It is a hard assumption that if this function returns, exit will happen via a natural flow.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Do what we need, if anything, to allow exiting without any extraneous output messing up a non-HTML request.It is a hard assumption that if this function returns, exit will happen via a natural flow.
 *
 */

function cms_safe_exit_flow()