Function __global->set_helper_panel_text

Definitions

sources/site.php

  • Set the helper panel text.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$text ?Tempcode No No required parameter N/A N/A The text (null: none)
$append boolean No No True N/A N/A Whether to append
$put_in_box boolean No No True N/A N/A Whether to add a box around the parameter

Preview

Code (PHP)

/**
 * Set the helper panel text.
 *
 * @param  ?Tempcode $text The text (null: none)
 * @param  boolean $append Whether to append
 * @param  boolean $put_in_box Whether to add a box around the parameter
 */

function set_helper_panel_text(?object $text, bool $append = true, bool $put_in_box = true)