Function __global->columned_table_header_row
Definitions
sources/templates_columned_table.php
- Get the Tempcode for a table header row.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $values | array | No | No | required parameter | N/A | N/A | The array of field titles that define the entries in the table |
Returns
- The generated header
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the Tempcode for a table header row.
*
* @param array $values The array of field titles that define the entries in the table
* @return Tempcode The generated header
*/
function columned_table_header_row(array $values) : object
* Get the Tempcode for a table header row.
*
* @param array $values The array of field titles that define the entries in the table
* @return Tempcode The generated header
*/
function columned_table_header_row(array $values) : object

