Function __global->commandr_make_normal_html_visible

Definitions

sources/commandr.php

  • Put something non-Commandr in a standard box so it looks OK.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$html mixed No No required parameter N/A N/A HTML (string or Tempcode)

Returns

  • Boxed HTML
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Put something non-Commandr in a standard box so it looks OK.
 *
 * @param  mixed $html HTML (string or Tempcode)
 * @return Tempcode Boxed HTML
 */

function commandr_make_normal_html_visible($html) : object