Function __global->set_helper_panel_tutorial

Definitions

sources/site.php

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

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$tutorial ?ID_TEXT No No required parameter N/A N/A The page name of the tutorial (must be an existing one on the brand site) (null: none)

Preview

Code (PHP)

/**
 * Set the helper panel tutorial.
 *
 * @param  ?ID_TEXT $tutorial The page name of the tutorial (must be an existing one on the brand site) (null: none)
 */

function set_helper_panel_tutorial(?string $tutorial)