Function __global->create_selection_list_page_templates

Definitions

sources/zones3.php

  • Get a nice, formatted HTML list of page templates.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$it ?ID_TEXT No No Null N/A N/A The currently selected entry (null: none selected)

Returns

  • The list of page templates
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a nice, formatted HTML list of page templates.
 *
 * @param  ?ID_TEXT $it The currently selected entry (null: none selected)
 * @return Tempcode The list of page templates
 */

function create_selection_list_page_templates(?string $it = null) : object