Function __global->gather_kpis
Definitions
sources/stats.php
- Gather details on all active KPIs.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $pivot_filter | ?ID_TEXT | No | No | Null | N/A | N/A | Filter only to this pivot (null: no filter) |
Returns
- List of details tuples
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gather details on all active KPIs.
*
* @param ?ID_TEXT $pivot_filter Filter only to this pivot (null: no filter)
* @return array List of details tuples
*/
function gather_kpis(?string $pivot_filter = null) : array
* Gather details on all active KPIs.
*
* @param ?ID_TEXT $pivot_filter Filter only to this pivot (null: no filter)
* @return array List of details tuples
*/
function gather_kpis(?string $pivot_filter = null) : array

