Function Meta_tree_builder->put_in_screen

Definitions

sources/themes_meta_tree.php

  • Put in a screen template/page under a path.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$path PATH No No required parameter N/A N/A The path
$node array No No required parameter N/A N/A The tree node
$theme ID_TEXT No No required parameter N/A N/A The theme

Preview

Code (PHP)

/**
 * Put in a screen template/page under a path.
 *
 * @param  PATH $path The path
 * @param  array $node The tree node
 * @param  ID_TEXT $theme The theme
 */

protected function put_in_screen(string $path, array $node, string $theme)