Function Module_admin_wordfilter->pre_run

Definitions

adminzone/pages/modules/admin_wordfilter.php

  • Module pre-run function. Allows us to know metadata for <head> before we start streaming output.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$top_level boolean True N/A N/A Whether this is running at the top level, prior to having sub-objects called
$type ?ID_TEXT Null N/A N/A The screen type to consider for metadata purposes (null: read from environment)

Return

  • Tempcode indicating some kind of exceptional output (null: none)
  • Type: ?Tempcode
  • Set: N/A
  • Range: N/A