Function __global->results_footer_row

Definitions

sources/templates_results_table.php

  • Get the Tempcode for a results table footer row. You would take the output of this, and feed it in as $footer_row, in a results_table function call.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$values array required parameter N/A N/A The array of field titles that footer the entries in the results table (a null value will increment the previous non-null column's colspan - do not use any nulls if there is no previous non-null column)
$guid string e5df01c02d364a45b3cc56551407123f N/A N/A GUID to pass to template

Return

  • The generated footer row
  • Type: Tempcode
  • Set: N/A
  • Range: N/A