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

Class for returning system event information. More...

Static Public Member Functions

static get_all_events_list ($detail=true)
 Convenience method. More...
 
static get_core_events_list ($detail=true)
 Return all of the core event files. More...
 
static get_crud_string ($crudcharacter)
 Returns the appropriate string for the CRUD character. More...
 
static get_edulevel_string ($edulevel)
 Returns the appropriate string for the event education level. More...
 
static get_non_core_event_list ($detail=true)
 This function returns an array of all events for the plugins of the system. More...
 
static get_observer_list ()
 Get the full list of observers for the system. More...
 

Detailed Description

Class for returning system event information.

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

Member Function Documentation

◆ get_all_events_list()

static report_eventlist_list_generator::get_all_events_list (   $detail = true)
static

Convenience method.

Returns all of the core events either with or without details.

Parameters
bool$detailTrue will return details, but no abstract classes, False will return all events, but no details.
Return values
arrayAll events.

◆ get_core_events_list()

static report_eventlist_list_generator::get_core_events_list (   $detail = true)
static

Return all of the core event files.

Parameters
bool$detailTrue will return details, but no abstract classes, False will return all events, but no details.
Return values
arrayCore events.

◆ get_crud_string()

static report_eventlist_list_generator::get_crud_string (   $crudcharacter)
static

Returns the appropriate string for the CRUD character.

Parameters
string$crudcharacterThe CRUD character.
Return values
stringget_string for the specific CRUD character.

◆ get_edulevel_string()

static report_eventlist_list_generator::get_edulevel_string (   $edulevel)
static

Returns the appropriate string for the event education level.

Parameters
int$edulevelTakes either the edulevel constant or string.
Return values
stringget_string for the specific education level.

◆ get_non_core_event_list()

static report_eventlist_list_generator::get_non_core_event_list (   $detail = true)
static

This function returns an array of all events for the plugins of the system.

Parameters
bool$detailTrue will return details, but no abstract classes, False will return all events, but no details.
Return values
arrayA list of events from all plug-ins.

◆ get_observer_list()

static report_eventlist_list_generator::get_observer_list ( )
static

Get the full list of observers for the system.

Return values
arrayAn array of observers in the system.

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