Function __global->create_selection_list_health_check_sections

Definitions

sources/health_check.php

  • Get a nice, formatted HTML list to select Health Check sections.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$default array No No required parameter N/A N/A List of sections to select by default

Returns

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

Preview

Code (PHP)

/**
 * Get a nice, formatted HTML list to select Health Check sections.
 *
 * @param  array $default List of sections to select by default
 * @return Tempcode The list of sections
 */

function create_selection_list_health_check_sections(array $default) : object