Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | access.php |
Capabilities. | |
file | lib.php |
Libs, public API. | |
file | provider.php |
Privacy Subsystem implementation for report_loglive. | |
file | renderable.php |
Loglive report renderable class. | |
file | renderer.php |
Loglive report renderer. | |
file | renderer_ajax.php |
Log live report ajax renderer. | |
file | report_viewed.php |
The report_loglive report viewed event. | |
file | settings.php |
Links and settings. | |
file | table_log.php |
Table log for displaying logs. | |
file | table_log_ajax.php |
Table log for generating data in ajax mode. | |
file | version.php |
Version info. | |
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. More... | |
report_loglive_supports_logstore ($instance) | |
Callback to verify if the given instance of store is supported by this report or not. More... | |
Variables | |
$capabilities | |
$plugin = 2020060900 | |
$settings = null | |
$plugin | component = 'report_loglive' |
$plugin | version = 2020061500 |
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 |