Function __global->attach_message_site_closed

Definitions

sources/global4.php

  • Attach a message mentioning how the site is closed.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$messages_bottom Tempcode Yes No required parameter N/A N/A Where to place the message

Preview

Code (PHP)

/**
 * Attach a message mentioning how the site is closed.
 *
 * @param  Tempcode $messages_bottom Where to place the message
 */

function attach_message_site_closed(object &$messages_bottom)