Function Hook_ajax_tree_choose_forum->make_tree_map

Definitions

sources/hooks/systems/ajax_tree/choose_forum.php

  • Build a map between IDs and compound lists.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$_full_tree array No No required parameter N/A N/A Full tree structure

Returns

  • The map
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Build a map between IDs and compound lists.
 *
 * @param  array $_full_tree Full tree structure
 * @return array The map
 */

protected function make_tree_map(array $_full_tree) : array