Function __global->stats_find_graph_categories
Definitions
sources/stats.php
- Get a list of all stat categories.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The categories (each is a map)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of all stat categories.
*
* @return array The categories (each is a map)
*/
function stats_find_graph_categories() : array
* Get a list of all stat categories.
*
* @return array The categories (each is a map)
*/
function stats_find_graph_categories() : array

