Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Namespaces | |
namespace | report_loglive\event |
| |
namespace | report_loglive\privacy |
| |
Classes | |
class | report_loglive\event\report_viewed |
The report_loglive report viewed event class. More... | |
class | report_loglive\privacy\provider |
Privacy Subsystem for report_loglive implementing null_provider. More... | |
class | report_loglive_renderable |
Report loglive renderable class. More... | |
class | report_loglive_renderer |
Report log renderer's for printing reports. More... | |
class | report_loglive_renderer_ajax |
Log live report ajax renderer. More... | |
class | report_loglive_table_log |
Table log class for displaying logs. More... | |
class | report_loglive_table_log_ajax |
Table log class for generating data in ajax mode. More... | |
Functions | |
stdClass | report_loglive_extend_navigation_course ($navigation, $course, $context) |
This function extends the navigation with the report items. | |
report_loglive_supports_logstore ($instance) | |
Callback to verify if the given instance of store is supported by this report or not. | |
Variables | |
$capabilities | |
$plugin = 2023100400 | |
$settings = null | |
$plugin | component = 'report_loglive' |
$plugin | version = 2023100900 |
stdClass report_loglive_extend_navigation_course | ( | $navigation, | |
$course, | |||
$context ) |
This function extends the navigation with the report items.
$CFG @global core_renderer $OUTPUT
navigation_node | $navigation | The navigation node to extend |
stdClass | $course | The course to object for the report |
context | $context | The context of the course |
report_loglive_supports_logstore | ( | $instance | ) |
Callback to verify if the given instance of store is supported by this report or not.
string | $instance | store instance. |
bool | returns true if the store is supported by the report, false otherwise. |
$capabilities |