Function Virtual_shell->_array_to_html

Definitions

sources/commandr.php

  • Convert an array to Tempcode for display.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$array array No No required parameter N/A N/A Array to display

Returns

  • Tempcode for array
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Convert an array to Tempcode for display.
 *
 * @param  array $array Array to display
 * @return Tempcode Tempcode for array
 */

protected function _array_to_html(array $array) : object