Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Static Public Member Functions | List of all members
core_analytics\stats Class Reference

Provides stats and meta information about the analytics usage on this site. More...

Static Public Member Functions

static actions ()
 Return the number of suggested actions executed by users. More...
 
static actions_not_useful ()
 Return the number of suggested actions flagged as not useful. More...
 
static enabled_models ()
 Return the number of models enabled on this site. More...
 
static predictions ()
 Return the number of predictions generated by the system. More...
 

Detailed Description

Provides stats and meta information about the analytics usage on this site.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ actions()

static core_analytics\stats::actions ( )
static

Return the number of suggested actions executed by users.

Return values
int

◆ actions_not_useful()

static core_analytics\stats::actions_not_useful ( )
static

Return the number of suggested actions flagged as not useful.

Return values
int

◆ enabled_models()

static core_analytics\stats::enabled_models ( )
static

Return the number of models enabled on this site.

Return values
int

◆ predictions()

static core_analytics\stats::predictions ( )
static

Return the number of predictions generated by the system.

Return values
int

The documentation for this class was generated from the following file: