Class for returning system event information.
More...
Class for returning system event information.
- Copyright
- 2014 Adrian Greeve adria.nosp@m.n@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ 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 | $detail | True will return details, but no abstract classes, False will return all events, but no details. |
- Return values
-
◆ 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 | $detail | True will return details, but no abstract classes, False will return all events, but no details. |
- Return values
-
- Deprecated
- since 4.0 use {
- See also
- get_all_events_list} instead
◆ get_crud_string()
static report_eventlist_list_generator::get_crud_string |
( |
| $crudcharacter | ) |
|
|
static |
Returns the appropriate string for the CRUD character.
- Parameters
-
string | $crudcharacter | The CRUD character. |
- Return values
-
string | get_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 | $edulevel | Takes either the edulevel constant or string. |
- Return values
-
string | get_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 | $detail | True will return details, but no abstract classes, False will return all events, but no details. |
- Return values
-
array | A list of events from all plug-ins. |
- Deprecated
- since 4.0 use {
- See also
- get_all_events_list} instead
◆ get_observer_list()
static report_eventlist_list_generator::get_observer_list |
( |
| ) |
|
|
static |
Get the full list of observers for the system.
- Return values
-
array | An array of observers in the system. |
The documentation for this class was generated from the following file:
- report/eventlist/classes/list_generator.php