Function __global->stats_find_graph_details
Definitions
sources/stats.php
- Find all the graphs in a stats category.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$graph_name | string | required parameter | N/A | N/A | The graph name |
$for_kpi | boolean | False | N/A | N/A | Whether this is for setting up a KPI |
Return
- A pair: graph object and graph details (null: could not find graph)
- Type: ?array
- Set: N/A
- Range: N/A