Function __global->sitemap_do_next_manager

Definitions

sources/zones3.php

  • The do-next manager for after content management.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$title ?Tempcode No No required parameter N/A N/A The title (output of get_screen_title) (null: don't use full page)
$page ?ID_TEXT No No required parameter N/A N/A The name of the page just handled (null: none)
$zone ID_TEXT No No required parameter N/A N/A The name of the zone just handled (blank: none/welcome-zone)
$completion_text Tempcode No No required parameter N/A N/A The text to show (blank: default)

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The do-next manager for after content management.
 *
 * @param  ?Tempcode $title The title (output of get_screen_title) (null: don't use full page)
 * @param  ?ID_TEXT $page The name of the page just handled (null: none)
 * @param  ID_TEXT $zone The name of the zone just handled (blank: none/welcome-zone)
 * @param  Tempcode $completion_text The text to show (blank: default)
 * @return Tempcode The UI
 */

function sitemap_do_next_manager(?object $title, ?string $page, string $zone, object $completion_text) : object